]> git.ipfire.org Git - thirdparty/git.git/blobdiff - url.c
treewide: replace cache.h with more direct headers, where possible
[thirdparty/git.git] / url.c
diff --git a/url.c b/url.c
index bf318c05205e4fd1050ba123de4e09dcd2bcd50c..2e1a9f6feec96b055a9415748eb721937461c07f 100644 (file)
--- a/url.c
+++ b/url.c
@@ -1,5 +1,6 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "hex.h"
+#include "strbuf.h"
 #include "url.h"
 
 int is_urlschemechar(int first_flag, int ch)