aboutsummaryrefslogtreecommitdiff
path: root/rev-tree.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-30 16:26:56 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-30 16:26:56 -0700
commit5e7921e7c1a844974469a5f865ebf0001ff06311 (patch)
treef402bbf06e7c94dd70c3d87b2b85e4b5eecb64eb /rev-tree.c
parent7f26664f1f03571cf3bde2fb3d321b9933690638 (diff)
downloadgit-5e7921e7c1a844974469a5f865ebf0001ff06311.tar.gz
git-5e7921e7c1a844974469a5f865ebf0001ff06311.tar.xz
rev-tree.c: don't include unnecessary header files
We used to have all these time-related issues, long gone now.
Diffstat (limited to 'rev-tree.c')
-rw-r--r--rev-tree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/rev-tree.c b/rev-tree.c
index 03c900f45..95ec274fc 100644
--- 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"