summaryrefslogtreecommitdiff
path: root/src/base/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/bool.h')
-rw-r--r--src/base/bool.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/base/bool.h b/src/base/bool.h
deleted file mode 100644
index 76a3756..0000000
--- a/src/base/bool.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef BOOL_H
-#define BOOL_H
-
-#include "main.h"
-
-#define bool_t int
-#define TRUE 1
-#define FALSE 0
-
-#endif /* BOOL_H */