aboutsummaryrefslogtreecommitdiffstats
path: root/archive.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-12-23 17:14:51 +0000
committerJunio C Hamano <gitster@pobox.com>2023-12-26 12:04:31 -0800
commitc2c4138c07ca4d5ffc41ace0bfda0f189d3e262e (patch)
tree3f3fe2b05aff44eee5e79e158e1566fbfdef95fd /archive.h
parenteea0e59ffbed6e33d171ace5be13cde9faa41639 (diff)
downloadgit-c2c4138c07ca4d5ffc41ace0bfda0f189d3e262e.tar.gz
archive.h: remove unnecessary include
The unnecessary include in the header transitively pulled in some other headers actually needed by source files, though. Have those source files explicitly include the headers they need. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/archive.h b/archive.h
index 3a4bdfbd07..bbe65ba0f9 100644
--- a/archive.h
+++ b/archive.h
@@ -1,7 +1,6 @@
#ifndef ARCHIVE_H
#define ARCHIVE_H
-#include "object-name.h"
#include "pathspec.h"
#include "string-list.h"