Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-28 13:55:16 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-29 22:42:29 +0400
commit844e6e4d58d3e52eee7fb490bfaeadaa5ea2d59c (patch)
treebdb1dc1fd40228ffd7521d46052e39f6ae4fb90a /count-delta.c
parente25de75696dc99f327c8dd8e2cba937939e281ca (diff)
[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 'count-delta.c')
-rw-r--r--count-delta.c1
1 files changed, 0 insertions, 1 deletions
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 <stdlib.h>
#include <string.h>
#include <limits.h>
-#include "delta.h"
#include "count-delta.h"
static unsigned long get_hdr_size(const unsigned char **datap)