]> git.ipfire.org Git - thirdparty/git.git/blobdiff - hook.c
treewide: replace cache.h with more direct headers, where possible
[thirdparty/git.git] / hook.c
diff --git a/hook.c b/hook.c
index 1a8483186349b00608d40bc3d8702aa39ffb79c8..f6ddd790988feb483554205f32bce553773911de 100644 (file)
--- a/hook.c
+++ b/hook.c
@@ -1,7 +1,10 @@
-#include "cache.h"
+#include "git-compat-util.h"
+#include "advice.h"
+#include "gettext.h"
 #include "hook.h"
 #include "run-command.h"
 #include "config.h"
+#include "strbuf.h"
 
 const char *find_hook(const char *name)
 {