]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/merge-base.c
cache.h: remove dependence on hex.h; make other files include it explicitly
[thirdparty/git.git] / builtin / merge-base.c
index 6f3941f2a49ce51ee295158a4d78f5c80c1afeb7..be8f3b221c97be3f5e7c23d2790e420b245d752e 100644 (file)
@@ -2,6 +2,7 @@
 #include "cache.h"
 #include "config.h"
 #include "commit.h"
+#include "hex.h"
 #include "refs.h"
 #include "diff.h"
 #include "revision.h"