diff options
Diffstat (limited to 'streaming.c')
| -rw-r--r-- | streaming.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/streaming.c b/streaming.c index 21e39585e8..10adf625b2 100644 --- a/streaming.c +++ b/streaming.c @@ -7,10 +7,9 @@ #include "streaming.h" #include "repository.h" #include "object-file.h" -#include "object-store.h" +#include "object-store-ll.h" #include "replace-object.h" #include "packfile.h" -#include "wrapper.h" typedef int (*open_istream_fn)(struct git_istream *, struct repository *, |
