Browse Source

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

We used to have all these time-related issues, long gone now.
maint
Linus Torvalds 20 years ago
parent
commit
5e7921e7c1
  1. 5
      rev-tree.c

5
rev-tree.c

@ -1,8 +1,3 @@ @@ -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"


Loading…
Cancel
Save