Skip to content

Commit

Permalink
archive: remove unused headers
Browse files Browse the repository at this point in the history
Remove obsolete #includes.

Signed-off-by: Rene Scharfe <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
René Scharfe authored and gitster committed Jul 19, 2008
1 parent 3a176c6 commit 8575ea5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions archive-tar.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
* Copyright (c) 2005, 2006 Rene Scharfe
*/
#include "cache.h"
#include "commit.h"
#include "tar.h"
#include "builtin.h"
#include "archive.h"

#define RECORDSIZE (512)
Expand Down
5 changes: 0 additions & 5 deletions archive-zip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions builtin-archive.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
#include "archive.h"
#include "commit.h"
#include "tree-walk.h"
#include "exec_cmd.h"
#include "pkt-line.h"
#include "sideband.h"
#include "attr.h"

static const char archive_usage[] = \
"git archive --format=<fmt> [--prefix=<prefix>/] [--verbose] [<extra>] <tree-ish> [path...]";
Expand Down

0 comments on commit 8575ea5

Please sign in to comment.