Code

rev-tree.c: don't include unnecessary header files
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 23:26:56 +0000 (16:26 -0700)
committerLinus 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

index 03c900f459c0e6ae7fc9455589be00375f44eac8..95ec274fc7fa68d2e70446104c51732ac7815fe2 100644 (file)
@@ -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"