]> git.ipfire.org Git - thirdparty/git.git/blobdiff - protocol.c
maintenance(systemd): support the Windows Subsystem for Linux
[thirdparty/git.git] / protocol.c
index bdb32e1eeb62473b9ae309b266c7f508a480c354..079ba75acf4e84451a80aa764cad3ac77a7d667f 100644 (file)
@@ -1,7 +1,8 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "config.h"
 #include "environment.h"
 #include "protocol.h"
+#include "trace2.h"
 
 static enum protocol_version parse_protocol_version(const char *value)
 {