]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bisect.c
object-name.h: move declarations for object-name.c functions from cache.h
[thirdparty/git.git] / bisect.c
index 761dd48ad2050b5e30ffae1454771b6adf9d8793..e708e8b6aa140570c6899d96e856f5f3c4665bfc 100644 (file)
--- a/bisect.c
+++ b/bisect.c
@@ -2,6 +2,9 @@
 #include "config.h"
 #include "commit.h"
 #include "diff.h"
+#include "environment.h"
+#include "gettext.h"
+#include "hex.h"
 #include "revision.h"
 #include "refs.h"
 #include "list-objects.h"
@@ -14,6 +17,7 @@
 #include "strvec.h"
 #include "commit-slab.h"
 #include "commit-reach.h"
+#include "object-name.h"
 #include "object-store.h"
 #include "dir.h"