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 --- count-delta.c | 1 - 1 file changed, 1 deletion(-) (limited to 'count-delta.c') diff --git a/count-delta.c b/count-delta.c index dd81e92965..3bcc205f51 100644 --- a/count-delta.c +++ b/count-delta.c @@ -6,7 +6,6 @@ #include #include #include -#include "delta.h" #include "count-delta.h" static unsigned long get_hdr_size(const unsigned char **datap) -- cgit v1.3