]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/cat-file.c
cache.h: remove this no-longer-used header
[thirdparty/git.git] / builtin / cat-file.c
index 0bafc14e6c03ac1c034e64878b884ebcb15128af..9646e7209ca5a5b92983ec8a437994c871ba6b03 100644 (file)
@@ -4,11 +4,10 @@
  * Copyright (C) Linus Torvalds, 2005
  */
 #define USE_THE_INDEX_VARIABLE
-#include "cache.h"
+#include "builtin.h"
 #include "alloc.h"
 #include "config.h"
 #include "convert.h"
-#include "builtin.h"
 #include "diff.h"
 #include "environment.h"
 #include "gettext.h"