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

@ -2,16 +2,16 @@
#define OBJECT_STORE_H
#include "object.h"
#include "oidmap.h"
#include "list.h"
#include "oid-array.h"
#include "strbuf.h"
#include "thread-utils.h"
#include "khash.h"
#include "dir.h"
#include "oidtree.h"
#include "oidset.h"
struct oidmap;
struct oidtree;
struct strbuf;
struct object_directory {
struct object_directory *next;