Make every builtin-*.c file #include "builtin.h"

Make every builtin-*.c file #include "builtin.h".

Also takes care of some declaration/definition mismatches.

Signed-off-by: Peter Hagervall <hager@cs.umu.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Peter Hagervall
2007-07-15 01:14:45 +02:00
committed by Junio C Hamano
parent 46cf98baa5
commit baffc0e770
12 changed files with 17 additions and 5 deletions

View File

@ -36,6 +36,7 @@
* of "-a" causing problems (not possible in the above example,
* but get used to it in scripting!).
*/
#include "builtin.h"
#include "cache.h"
#include "strbuf.h"
#include "quote.h"