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
ea0fdd4
..
b60299f
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
1bfbc6f
..
06d0e6c
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];