summaryrefslogtreecommitdiffstats
path: root/commit-tree.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-22 20:54:17 +0200
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-22 20:54:17 +0200
commit6b0c3121061df6b323f430700e8077b324b5e9dd (patch)
treed37bc2285bf562dfaf163462ce3a470cec4a7654 /commit-tree.c
parent[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories (diff)
downloadgit-6b0c3121061df6b323f430700e8077b324b5e9dd.tar.xz
git-6b0c3121061df6b323f430700e8077b324b5e9dd.zip
Include file cleanups..
Add <limits.h> to the include files handled by "cache.h", and remove extraneous #include directives from various .c files. The rule is that "cache.h" gets all the basic stuff, so that we'll have as few system dependencies as possible.
Diffstat (limited to 'commit-tree.c')
-rw-r--r--commit-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commit-tree.c b/commit-tree.c
index e6f001ea27..e81e530fd4 100644
--- a/commit-tree.c
+++ b/commit-tree.c
@@ -7,9 +7,7 @@
#include <pwd.h>
#include <time.h>
-#include <string.h>
#include <ctype.h>
-#include <time.h>
#define BLOCKING (1ul << 14)