summaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-22 18:54:17 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-22 18:54:17 (GMT)
commit6b0c3121061df6b323f430700e8077b324b5e9dd (patch)
treed37bc2285bf562dfaf163462ce3a470cec4a7654 /diff.c
parentca67f002194cfe00ec349c7d4e2c936e35f8c669 (diff)
downloadgit-6b0c3121061df6b323f430700e8077b324b5e9dd.zip
git-6b0c3121061df6b323f430700e8077b324b5e9dd.tar.gz
git-6b0c3121061df6b323f430700e8077b324b5e9dd.tar.bz2
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 'diff.c')
-rw-r--r--diff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diff.c b/diff.c
index eb8424e..4757547 100644
--- a/diff.c
+++ b/diff.c
@@ -4,7 +4,6 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
-#include <limits.h>
#include "cache.h"
#include "diff.h"
#include "diffcore.h"