diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-22 20:54:17 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-22 20:54:17 +0200 |
commit | 6b0c3121061df6b323f430700e8077b324b5e9dd (patch) | |
tree | d37bc2285bf562dfaf163462ce3a470cec4a7654 /http-pull.c | |
parent | [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories (diff) | |
download | git-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 'http-pull.c')
-rw-r--r-- | http-pull.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/http-pull.c b/http-pull.c index cc62f85f48..ba8585cfd4 100644 --- a/http-pull.c +++ b/http-pull.c @@ -1,11 +1,5 @@ -#include <fcntl.h> -#include <unistd.h> -#include <string.h> -#include <stdlib.h> #include "cache.h" #include "commit.h" -#include <errno.h> -#include <stdio.h> #include "pull.h" |