Skip to content

Commit d530c04

Browse files
newrengitster
authored andcommitted
treewide: remove cache.h inclusion due to git-zlib changes
This actually only affects http-backend.c, but the git-zlib changes are going to be instrumental in pulling out an object-file.h which will help with several more files. Signed-off-by: Elijah Newren <[email protected]> Acked-by: Calvin Wan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d88dbaa commit d530c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-backend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "cache.h"
1+
#include "git-compat-util.h"
22
#include "alloc.h"
33
#include "config.h"
44
#include "environment.h"

0 commit comments

Comments
 (0)