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>maint
parent
eea0e59ffb
commit
c2c4138c07
|
@ -9,6 +9,7 @@
|
|||
#include "tar.h"
|
||||
#include "archive.h"
|
||||
#include "object-store-ll.h"
|
||||
#include "strbuf.h"
|
||||
#include "streaming.h"
|
||||
#include "run-command.h"
|
||||
#include "write-or-die.h"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include "streaming.h"
|
||||
#include "utf8.h"
|
||||
#include "object-store-ll.h"
|
||||
#include "strbuf.h"
|
||||
#include "userdiff.h"
|
||||
#include "write-or-die.h"
|
||||
#include "xdiff-interface.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include "environment.h"
|
||||
#include "gettext.h"
|
||||
#include "hex.h"
|
||||
#include "object-name.h"
|
||||
#include "path.h"
|
||||
#include "pretty.h"
|
||||
#include "setup.h"
|
||||
|
|
Loading…
Reference in New Issue