aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 21:30:16 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-10 21:30:16 +1200
commit2f363ccbee35d265866f04ba6ca34ab2e0ebe4d6 (patch)
tree00dfe6457aa54bad46adea2894df365246d6ecef /common.h
parentc6b5a3477b87ced86356813a578c19f6b345008b (diff)
downloadparamano-2f363ccbee35d265866f04ba6ca34ab2e0ebe4d6.tar.xz
Header/includes tidy-up
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.h b/common.h
index 9eb7716..dfec86b 100644
--- a/common.h
+++ b/common.h
@@ -20,11 +20,6 @@
#define COMMON_H
#include "bool.h"
-#include "debug.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
int get_int_value_from_file(const char* filename);
int get_int(const char* string);