]> git.ipfire.org Git - thirdparty/git.git/blobdiff - blame.c
treewide: be explicit about dependence on convert.h
[thirdparty/git.git] / blame.c
diff --git a/blame.c b/blame.c
index 7009a3379c514f5c405b4a2a4f267b1a5197af12..ff2a6c49125f4b7a49243c26a47c2b63e84d3df0 100644 (file)
--- a/blame.c
+++ b/blame.c
@@ -3,9 +3,14 @@
 #include "object-store.h"
 #include "cache-tree.h"
 #include "mergesort.h"
+#include "convert.h"
 #include "diff.h"
 #include "diffcore.h"
+#include "gettext.h"
+#include "hex.h"
+#include "setup.h"
 #include "tag.h"
+#include "trace2.h"
 #include "blame.h"
 #include "alloc.h"
 #include "commit-slab.h"