http.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>
This commit is contained in:

committed by
Junio C Hamano

parent
31d20faa90
commit
f25e65e0fe
@ -6,6 +6,7 @@
|
||||
#include "walker.h"
|
||||
#include "setup.h"
|
||||
#include "strvec.h"
|
||||
#include "url.h"
|
||||
#include "urlmatch.h"
|
||||
#include "trace2.h"
|
||||
|
||||
|
Reference in New Issue
Block a user