From 75c186f2e6ad9dd37027f19bdb263daa83045e4b Mon Sep 17 00:00:00 2001 From: David Date: Sat, 10 May 2014 21:30:16 +1200 Subject: Header/includes tidy-up --- common.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.c') diff --git a/common.c b/common.c index c0e44ef..5ffdd8b 100644 --- a/common.c +++ b/common.c @@ -18,6 +18,12 @@ #include "common.h" +#include "debug.h" /* debug() */ + +#include /* fopen, fgets, printf */ +#include /* atoi */ +#include /* lots of functions */ + /*********************************************************************** * Gets integer value from first line in file **********************************************************************/ -- cgit v1.1