]> git.ipfire.org Git - thirdparty/git.git/blobdiff - blame.c
object-store: move object access functions to object-store.h
[thirdparty/git.git] / blame.c
diff --git a/blame.c b/blame.c
index 3a11f1ce52baebfedbd6ff11633a402eca2b2745..f689bde31cd56ae36d34f14a4ab06f7da0361dd1 100644 (file)
--- a/blame.c
+++ b/blame.c
@@ -1,5 +1,6 @@
 #include "cache.h"
 #include "refs.h"
+#include "object-store.h"
 #include "cache-tree.h"
 #include "mergesort.h"
 #include "diff.h"