]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/describe.c
cache.h: remove this no-longer-used header
[thirdparty/git.git] / builtin / describe.c
index f1be7c3694896805c6d274bb36051c5a56f49126..508e8df00ef0a355f30d1e99e359bb72c0aabe00 100644 (file)
@@ -1,5 +1,5 @@
 #define USE_THE_INDEX_VARIABLE
-#include "cache.h"
+#include "builtin.h"
 #include "config.h"
 #include "environment.h"
 #include "gettext.h"
@@ -9,7 +9,6 @@
 #include "tag.h"
 #include "blob.h"
 #include "refs.h"
-#include "builtin.h"
 #include "exec-cmd.h"
 #include "object-name.h"
 #include "parse-options.h"