]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/check-ref-format.c
cache.h: remove this no-longer-used header
[thirdparty/git.git] / builtin / check-ref-format.c
index 57f0505070f6293460803ad670e491d98240c1ca..5eb6bdc3f691e8a71e07fc2be80ee94e3599f522 100644 (file)
@@ -2,9 +2,8 @@
  * GIT - The information manager from hell
  */
 
-#include "cache.h"
-#include "refs.h"
 #include "builtin.h"
+#include "refs.h"
 #include "setup.h"
 #include "strbuf.h"