зеркало из https://github.com/microsoft/git.git
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:
Родитель
d4a4f9291d
Коммит
e3d2f20e6f
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include "object-name.h"
|
||||
#include "object-store.h"
|
||||
#include "parse-options.h"
|
||||
#include "thread-utils.h"
|
||||
#include "tree-walk.h"
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче