aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
diff options
context:
space:
mode:
authorPierre Habouzit <madcoder@debian.org>2007-09-15 15:56:50 +0200
committerJunio C Hamano <gitster@pobox.com>2007-09-16 17:30:03 -0700
commitba3ed09728cb25e004d3b732de14fca8aeb602f6 (patch)
tree754e598727a4a19bd2d5c7b17813dc1c25b63790 /sha1_file.c
parent5ecd293d1420bf641a927a015877950f4d79c067 (diff)
downloadgit-ba3ed09728cb25e004d3b732de14fca8aeb602f6.tar.gz
git-ba3ed09728cb25e004d3b732de14fca8aeb602f6.tar.xz
Now that cache.h needs strbuf.h, remove useless includes.
Signed-off-by: Pierre Habouzit <madcoder@debian.org> Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1_file.c')
-rw-r--r--sha1_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sha1_file.c b/sha1_file.c
index 64b5b4669..59325d46b 100644
--- a/sha1_file.c
+++ b/sha1_file.c
@@ -14,7 +14,6 @@
#include "tag.h"
#include "tree.h"
#include "refs.h"
-#include "strbuf.h"
#ifndef O_NOATIME
#if defined(__linux__) && (defined(__i386__) || defined(__PPC__))