diff options
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | 2008-07-18 16:30:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-19 11:17:43 -0700 |
commit | 8575ea559ec4f0ea8b292bca7b262f221c5aa122 (patch) | |
tree | bf58c16928a2f5eb06723f46a56b8ecca4140c22 /archive-zip.c | |
parent | 3a176c6cde650f8907b2dbafafb72f6375038613 (diff) | |
download | git-8575ea559ec4f0ea8b292bca7b262f221c5aa122.tar.gz |
archive: remove unused headers
Remove obsolete #includes.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'archive-zip.c')
-rw-r--r-- | archive-zip.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/archive-zip.c b/archive-zip.c index fb12398b0f..cf285044e3 100644 --- a/archive-zip.c +++ b/archive-zip.c @@ -2,11 +2,6 @@ * Copyright (c) 2006 Rene Scharfe */ #include "cache.h" -#include "commit.h" -#include "blob.h" -#include "tree.h" -#include "quote.h" -#include "builtin.h" #include "archive.h" static int zip_date; |