]> git.ipfire.org Git - thirdparty/git.git/blobdiff - streaming.c
doc/diff-options: fix link to generating patch section
[thirdparty/git.git] / streaming.c
index 024fd796b7d02f48452c6cf541e6ebb2ccdadd74..21e39585e8906e8463c9765c044ecb4399b9603c 100644 (file)
@@ -1,10 +1,12 @@
 /*
  * 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-file.h"
 #include "object-store.h"
 #include "replace-object.h"
 #include "packfile.h"