]> git.ipfire.org Git - thirdparty/git.git/blobdiff - name-hash.c
Merge git-gui into ml/git-gui-exec-path-fix
[thirdparty/git.git] / name-hash.c
index fb13716e4303ebc7c96caa49934ca67f61ae772e..251f036eef6983a66ac13013e5bee3ef770e8f9f 100644 (file)
@@ -5,9 +5,12 @@
  *
  * Copyright (C) 2008 Linus Torvalds
  */
-#include "cache.h"
+#include "git-compat-util.h"
 #include "environment.h"
 #include "gettext.h"
+#include "name-hash.h"
+#include "object.h"
+#include "read-cache-ll.h"
 #include "thread-utils.h"
 #include "trace.h"
 #include "trace2.h"