From 4ec5aa223ec7c1e727ea2497936cbab5e3e57463 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 30 Apr 2014 13:07:39 +1200 Subject: General tidy-up --- common.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index bf59513..6bb7a40 100644 --- a/common.h +++ b/common.h @@ -17,12 +17,16 @@ ************************************************************************/ #ifndef COMMON_H -#define COMMON_H 1 +#define COMMON_H -#include +#include "bool.h" +#include +#include +#include -int get_int_value_from_file(const char* filename); + +int get_int_value_from_file(const char* filename); +int get_int(const char* string); bool file_has_line(const char *filename, const char *line); -int get_int(const char* string); -#endif \ No newline at end of file +#endif -- cgit v1.1