From 8575ea559ec4f0ea8b292bca7b262f221c5aa122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Fri, 18 Jul 2008 16:30:47 +0200 Subject: archive: remove unused headers Remove obsolete #includes. Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano --- archive-zip.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'archive-zip.c') 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; -- cgit v1.2.1