1
0
mirror of https://github.com/git/git.git synced 2024-10-01 06:01:27 +02:00

rev-tree.c: don't include unnecessary header files

We used to have all these time-related issues, long gone now.
This commit is contained in:
Linus Torvalds 2005-04-30 16:26:56 -07:00
parent 7f26664f1f
commit 5e7921e7c1

@ -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"