X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git.c;h=50a14013c5a87fed200df0a5a4ec6db0f1e2c223;hb=8695353147e0c20fc8197fd73efec2ca9bce0304;hp=ce4bcfec03bb4371d01b3f39bf93764eda337ce7;hpb=1080be268b0558ecdc5567e1864a3ae56e25ba65;p=git.git diff --git a/git.c b/git.c index ce4bcfec0..50a14013c 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"