aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/puzzles.h b/puzzles.h
index 5d40e80..2e6218e 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -10,13 +10,6 @@
#include <limits.h> /* for UINT_MAX */
#include <stdbool.h>
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-
#define PI 3.141592653589793238462643383279502884197169399
#define lenof(array) ( sizeof(array) / sizeof(*(array)) )