Code

Remove unused include.
authorJunio C Hamano <junkio@cox.net>
Tue, 18 Oct 2005 22:41:43 +0000 (15:41 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 18 Oct 2005 22:41:43 +0000 (15:41 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit-tree.c
ident.c

index ea0fdd44e2865e63c6e4750345a30c42e699cf66..b60299fed0442edec21f123e92774238d4533bea 100644 (file)
@@ -5,9 +5,6 @@
  */
 #include "cache.h"
 
-#include <pwd.h>
-#include <time.h>
-
 #define BLOCKING (1ul << 14)
 
 /*
diff --git a/ident.c b/ident.c
index 1bfbc6ff350baf61c15debf5bba45c0669ec107d..06d0e6cbd381f1598ba39a7fbfc7602249f60b11 100644 (file)
--- a/ident.c
+++ b/ident.c
@@ -8,7 +8,6 @@
 #include "cache.h"
 
 #include <pwd.h>
-#include <time.h>
 
 static char git_default_date[50];