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]
/
read-cache.c
diff --git
a/read-cache.c
b/read-cache.c
index 10f1c6bb8a316e85448445afc3478c832d61709c..7f10d9ffff98596585ad1f602ad2fd055f977729 100644
(file)
--- a/
read-cache.c
+++ b/
read-cache.c
@@
-11,6
+11,7
@@
#include "cache-tree.h"
#include "refs.h"
#include "dir.h"
+#include "object-store.h"
#include "tree.h"
#include "commit.h"
#include "blob.h"