diff options
| author | Pierre Habouzit <madcoder@debian.org> | 2007-09-15 15:56:50 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2007-09-16 17:30:03 -0700 |
| commit | ba3ed09728cb25e004d3b732de14fca8aeb602f6 (patch) | |
| tree | 754e598727a4a19bd2d5c7b17813dc1c25b63790 /fetch.c | |
| parent | Rewrite convert_to_{git,working_tree} to use strbuf's. (diff) | |
| download | git-ba3ed09728cb25e004d3b732de14fca8aeb602f6.tar.gz git-ba3ed09728cb25e004d3b732de14fca8aeb602f6.zip | |
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 'fetch.c')
| -rw-r--r-- | fetch.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ #include "tag.h" #include "blob.h" #include "refs.h" -#include "strbuf.h" int get_tree = 0; int get_history = 0; |
