projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2759cbc
)
Remove unused include.
author
Junio C Hamano
<junkio@cox.net>
Tue, 18 Oct 2005 22:41:43 +0000
(15:41 -0700)
committer
Junio 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
patch
|
blob
|
history
ident.c
patch
|
blob
|
history
diff --git
a/commit-tree.c
b/commit-tree.c
index ea0fdd44e2865e63c6e4750345a30c42e699cf66..b60299fed0442edec21f123e92774238d4533bea 100644
(file)
--- a/
commit-tree.c
+++ b/
commit-tree.c
@@
-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];