aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-28 15:49:52 +1300
committerDavid <dbphillipsnz@gmail.com>2014-09-28 15:49:52 +1300
commitae0bc8b17d75bdbe4e537e97f11fea04c4720c36 (patch)
treed52cc14b3c5c7eb192c15b7ba85666bc2686dc86 /common.h
parent808b2a843859d4d51a44688eb02d0e42380f6c27 (diff)
downloadparamano-ae0bc8b17d75bdbe4e537e97f11fea04c4720c36.tar.xz
Code tidy
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 1 insertions, 4 deletions
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 <stdbool.h>
-#include <stdio.h>
-
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);
// <ew> Stringification of line number
#define STRING2(x) #x