From 844e6e4d58d3e52eee7fb490bfaeadaa5ea2d59c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 28 May 2005 02:55:16 -0700 Subject: [PATCH] Do not include unused header files. Some source files were including "delta.h" without actually needing it. Remove them. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- diffcore-pathspec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'diffcore-pathspec.c') diff --git a/diffcore-pathspec.c b/diffcore-pathspec.c index 0392d66a5..7f18a6ca3 100644 --- a/diffcore-pathspec.c +++ b/diffcore-pathspec.c @@ -4,7 +4,6 @@ #include "cache.h" #include "diff.h" #include "diffcore.h" -#include "delta.h" struct path_spec { const char *spec; -- cgit v1.2.1