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:
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 "cache.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user