From 6b0c3121061df6b323f430700e8077b324b5e9dd Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 22 May 2005 11:54:17 -0700 Subject: Include file cleanups.. Add 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. --- http-pull.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'http-pull.c') 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 -#include -#include -#include #include "cache.h" #include "commit.h" -#include -#include #include "pull.h" -- cgit v1.2.3