]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport-helper.c
diff.h: remove unnecessary include of oidset.h
[thirdparty/git.git] / transport-helper.c
index 76d146ee88b8ff1e96441873ffe8ea79bf6f2d25..5c0bc6a896e2216fd9d14f7727f97693350a7d25 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "transport.h"
 #include "quote.h"
 #include "run-command.h"
@@ -7,6 +7,8 @@
 #include "environment.h"
 #include "gettext.h"
 #include "hex.h"
+#include "object-name.h"
+#include "repository.h"
 #include "revision.h"
 #include "remote.h"
 #include "string-list.h"