summaryrefslogtreecommitdiff
path: root/diffcore-pickaxe.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-28 09:55:16 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-29 18:42:29 (GMT)
commit844e6e4d58d3e52eee7fb490bfaeadaa5ea2d59c (patch)
treebdb1dc1fd40228ffd7521d46052e39f6ae4fb90a /diffcore-pickaxe.c
parente25de75696dc99f327c8dd8e2cba937939e281ca (diff)
downloadgit-844e6e4d58d3e52eee7fb490bfaeadaa5ea2d59c.zip
git-844e6e4d58d3e52eee7fb490bfaeadaa5ea2d59c.tar.gz
git-844e6e4d58d3e52eee7fb490bfaeadaa5ea2d59c.tar.bz2
[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 <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'diffcore-pickaxe.c')
-rw-r--r--diffcore-pickaxe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore-pickaxe.c b/diffcore-pickaxe.c
index ef9c5c1..4c26b42 100644
--- a/diffcore-pickaxe.c
+++ b/diffcore-pickaxe.c
@@ -4,7 +4,6 @@
#include "cache.h"
#include "diff.h"
#include "diffcore.h"
-#include "delta.h"
static int contains(struct diff_filespec *one,
const char *needle, unsigned long len)