]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tag.c
mingw: use lowercase includes for some Windows headers
[thirdparty/git.git] / tag.c
diff --git a/tag.c b/tag.c
index 01ed67d6fa6ac214393f887df1c4e9826e5dbe08..96dbd5b2d5501e31b7a7bb75d7630347bfdc24c0 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -1,6 +1,7 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "environment.h"
 #include "tag.h"
+#include "object-name.h"
 #include "object-store.h"
 #include "commit.h"
 #include "tree.h"