From fd5c363da4635d81f29193ae19d8fa7b5657ab39 Mon Sep 17 00:00:00 2001 From: Thiago Farina Date: Tue, 31 Aug 2010 23:29:08 -0300 Subject: builtin.h: Move two functions definitions to help.h. The two functions defined here are implemented in help.c, so makes more sense to put the definition of those in help.h instead of in builtin.h. Signed-off-by: Thiago Farina Signed-off-by: Junio C Hamano --- git.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git.c') diff --git a/git.c b/git.c index 8de48107e0..795f75e56d 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" -- cgit v1.2.1