]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-proc-receive.c
treewide: remove cache.h inclusion due to setup.h changes
[thirdparty/git.git] / t / helper / test-proc-receive.c
index 7c8de7b562a9d1dedfbfebb4032276a841d555cc..f30022d2225b0a81cb026a9ccc24366ebdb9d2b4 100644 (file)
@@ -1,11 +1,10 @@
-#include "cache.h"
+#include "test-tool.h"
 #include "connect.h"
 #include "hex.h"
 #include "parse-options.h"
 #include "pkt-line.h"
 #include "setup.h"
 #include "sigchain.h"
-#include "test-tool.h"
 
 static const char *proc_receive_usage[] = {
        "test-tool proc-receive [<options>]",