Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'streaming.c')
-rw-r--r--streaming.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/streaming.c b/streaming.c
index 27841dc1d9..10adf625b2 100644
--- a/streaming.c
+++ b/streaming.c
@@ -1,10 +1,13 @@
/*
* Copyright (c) 2011, Google Inc.
*/
-#include "cache.h"
+#include "git-compat-util.h"
+#include "convert.h"
+#include "environment.h"
#include "streaming.h"
#include "repository.h"
-#include "object-store.h"
+#include "object-file.h"
+#include "object-store-ll.h"
#include "replace-object.h"
#include "packfile.h"