From dc2adb04132daf673a6abaae3c3b7cc0fa570374 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 13 Dec 2016 10:13:21 -0500 Subject: an automated include convention improvement from Peter Reijnders --- src/commit.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'src/commit.c') diff --git a/src/commit.c b/src/commit.c index fbb07170..edf0f193 100644 --- a/src/commit.c +++ b/src/commit.c @@ -18,6 +18,11 @@ * along with Colm; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include +#include +#include +#include +#include #include "config.h" #include "debug.h" @@ -25,18 +30,8 @@ #include "bytecode.h" #include "tree.h" #include "pool.h" - #include "internal.h" -#include -#include -#include -#include -#include - -//#define true 1 -//#define false 0 - void commit_clear_kid_list( program_t *prg, tree_t **sp, kid_t *kid ) { kid_t *next; -- cgit v1.2.1