object-store.h: reduce unnecessary includes

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:27 +00:00
committed by Junio C Hamano
parent d4a4f9291d
commit e3d2f20e6f
4 changed files with 7 additions and 4 deletions

View File

@ -14,6 +14,7 @@
#include "remote.h"
#include "dir.h"
#include "oid-array.h"
#include "oidtree.h"
#include "packfile.h"
#include "pretty.h"
#include "object-store.h"