1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-03-28 16:49:58 +01:00

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 <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren 2023-04-11 00:41:52 -07:00 committed by Junio C Hamano
parent d88dbaa718
commit d530c04e2c

View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "alloc.h"
#include "config.h"
#include "environment.h"