summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/types.h b/src/types.h
index f3d440c..1219125 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,9 +1,3 @@
-
-
typedef unsigned char uint8_t ;
typedef unsigned short uint16_t ;
typedef unsigned int uint32_t ;
-
-#define TRUE 1
-#define FALSE 0
-