cache.h: remove unnecessary headers

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:24 +00:00
committed by Junio C Hamano
parent 5e3f94dfe3
commit 4c98cb8e35
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#include "cache.h"
#include "config.h"
#include "gettext.h"
#include "hex.h"
#include "repository.h"
#include "strbuf.h"