Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
object-store: move object access functions to object-store.h
[gitweb.git]
/
commit.c
diff --git
a/commit.c
b/commit.c
index 5eb4d2f08f8d093e871072035b0ad8024e583cba..b053f07f3059de59f0ef0b888086916ce9a75603 100644
(file)
--- a/
commit.c
+++ b/
commit.c
@@
-1,6
+1,7
@@
#include "cache.h"
#include "tag.h"
#include "commit.h"
+#include "object-store.h"
#include "pkt-line.h"
#include "utf8.h"
#include "diff.h"