summaryrefslogtreecommitdiff
path: root/object-name.c
diff options
context:
space:
mode:
Diffstat (limited to 'object-name.c')
-rw-r--r--object-name.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/object-name.c b/object-name.c
index f1edc0035b..6fc3fa595b 100644
--- a/object-name.c
+++ b/object-name.c
@@ -1,4 +1,6 @@
#include "cache.h"
+#include "object-name.h"
+#include "advice.h"
#include "config.h"
#include "environment.h"
#include "gettext.h"
@@ -12,7 +14,9 @@
#include "remote.h"
#include "dir.h"
#include "oid-array.h"
+#include "oidtree.h"
#include "packfile.h"
+#include "pretty.h"
#include "object-store.h"
#include "repository.h"
#include "setup.h"