From: Linus Torvalds Date: Sat, 30 Apr 2005 23:26:56 +0000 (-0700) Subject: rev-tree.c: don't include unnecessary header files X-Git-Tag: v0.99~680 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5e7921e7c1a844974469a5f865ebf0001ff06311;p=git.git rev-tree.c: don't include unnecessary header files We used to have all these time-related issues, long gone now. --- 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 -#include - #include "cache.h" #include "commit.h"