X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.c;h=795f75e56d2584b13bc39bcf77779af1ec3bc46c;hb=fd5c363da4635d81f29193ae19d8fa7b5657ab39;hp=8de48107e0dced316704c1ad78569ccb9eeebb08;hpb=7cc1e385a0b0caa27de714a6c7242b14bf023a65;p=git.git diff --git a/git.c b/git.c index 8de48107e..795f75e56 100644 --- 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"