]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/blame.c
environment.h: move declarations for environment.c functions from cache.h
[thirdparty/git.git] / builtin / blame.c
index 71f925e456c34513b85e64e7dd6a72d510a8307e..9ec82edcbde540ffd0ff2c615742b43ac4a5fab0 100644 (file)
@@ -5,10 +5,14 @@
  * See COPYING for licensing conditions
  */
 
-#include "cache.h"
+#include "git-compat-util.h"
+#include "alloc.h"
 #include "config.h"
 #include "color.h"
 #include "builtin.h"
+#include "environment.h"
+#include "gettext.h"
+#include "hex.h"
 #include "repository.h"
 #include "commit.h"
 #include "diff.h"