1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-19 20:33:57 +02:00

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

@ -38,6 +38,7 @@
#include "packfile.h"
#include "object-file.h"
#include "object-store.h"
#include "oidtree.h"
#include "promisor-remote.h"
#include "setup.h"
#include "submodule.h"

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"

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;

View File

@ -12,6 +12,7 @@
#include "object-name.h"
#include "object-store.h"
#include "parse-options.h"
#include "thread-utils.h"
#include "tree-walk.h"
/*