]> git.ipfire.org Git - thirdparty/git.git/blobdiff - symlinks.c
symlinks.h: move declarations for symlinks.c functions from cache.h
[thirdparty/git.git] / symlinks.c
index 27ecc93693b035179bf5cd1d53a5852480f93b39..b29e340c2da43e9ac35adcda05322b1e068017ca 100644 (file)
@@ -1,6 +1,7 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "gettext.h"
 #include "setup.h"
+#include "symlinks.h"
 
 static int threaded_check_leading_path(struct cache_def *cache, const char *name,
                                       int len, int warn_on_lstat_err);