projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f26664
)
rev-tree.c: don't include unnecessary header files
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 23:26:56 +0000
(16:26 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 23:26:56 +0000
(16:26 -0700)
We used to have all these time-related issues, long gone now.
rev-tree.c
patch
|
blob
|
history
diff --git
a/rev-tree.c
b/rev-tree.c
index
03c900f
..
95ec274
100644
(file)
--- a/
rev-tree.c
+++ b/
rev-tree.c
@@
-1,8
+1,3
@@
-#define _XOPEN_SOURCE /* glibc2 needs this */
-#define _BSD_SOURCE /* for tm.tm_gmtoff */
-#include <time.h>
-#include <ctype.h>
-
#include "cache.h"
#include "commit.h"