Browse Source

Remove unused include.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 20 years ago
parent
commit
5e5f8091e5
  1. 3
      commit-tree.c
  2. 1
      ident.c

3
commit-tree.c

@ -5,9 +5,6 @@ @@ -5,9 +5,6 @@
*/
#include "cache.h"

#include <pwd.h>
#include <time.h>

#define BLOCKING (1ul << 14)

/*

1
ident.c

@ -8,7 +8,6 @@ @@ -8,7 +8,6 @@
#include "cache.h"

#include <pwd.h>
#include <time.h>

static char git_default_date[50];


Loading…
Cancel
Save