]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/diff.c
cache.h: remove this no-longer-used header
[thirdparty/git.git] / builtin / diff.c
index a9ce701ff9764e482887a0a227f4093b989de036..b19530c996c7cd43be9baa3649c93247de888ebd 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 2006 Junio C Hamano
  */
 #define USE_THE_INDEX_VARIABLE
-#include "cache.h"
+#include "builtin.h"
 #include "config.h"
 #include "ewah/ewok.h"
 #include "lockfile.h"
@@ -20,7 +20,6 @@
 #include "read-cache-ll.h"
 #include "revision.h"
 #include "log-tree.h"
-#include "builtin.h"
 #include "setup.h"
 #include "submodule.h"
 #include "oid-array.h"