From 22428b4d31bfbad0462fe13719698232452f4149 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 28 Sep 2014 15:49:52 +1300 Subject: Code tidy --- common.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index 06dd072..6d55d46 100644 --- a/common.h +++ b/common.h @@ -19,13 +19,10 @@ #ifndef COMMON_H #define COMMON_H -#include -#include - 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); -FILE* check_for_file(char* path); +FILE *check_for_file(char* path); // Stringification of line number #define STRING2(x) #x -- cgit v1.1