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. --- diff-helper.c | 1 - 1 file changed, 1 deletion(-) (limited to 'diff-helper.c') diff --git a/diff-helper.c b/diff-helper.c index 0bc54a3434..23855759ee 100644 --- a/diff-helper.c +++ b/diff-helper.c @@ -1,7 +1,6 @@ /* * Copyright (C) 2005 Junio C Hamano */ -#include #include "cache.h" #include "strbuf.h" #include "diff.h" -- cgit v1.2.3