Code

builtin.h: Move two functions definitions to help.h.
[git.git] / git.c
diff --git a/git.c b/git.c
index 8de48107e0dced316704c1ad78569ccb9eeebb08..795f75e56d2584b13bc39bcf77779af1ec3bc46c 100644 (file)
--- a/git.c
+++ b/git.c
@@ -1,6 +1,7 @@
 #include "builtin.h"
-#include "exec_cmd.h"
 #include "cache.h"
+#include "exec_cmd.h"
+#include "help.h"
 #include "quote.h"
 #include "run-command.h"