]> git.ipfire.org Git - thirdparty/git.git/blobdiff - scalar.c
khash: name the structs that khash declares
[thirdparty/git.git] / scalar.c
index de07c37d21001d54d026fb6f5f1de0ebccaf7e9c..1326e1f608907247ca5304fc1838a1002bfc3b5f 100644 (file)
--- a/scalar.c
+++ b/scalar.c
@@ -2,7 +2,7 @@
  * The Scalar command-line interface.
  */
 
-#include "cache.h"
+#include "git-compat-util.h"
 #include "abspath.h"
 #include "gettext.h"
 #include "parse-options.h"
@@ -16,6 +16,7 @@
 #include "packfile.h"
 #include "help.h"
 #include "setup.h"
+#include "trace2.h"
 
 static void setup_enlistment_directory(int argc, const char **argv,
                                       const char * const *usagestr,