diff options
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/common.h b/src/common.h index 87fa887..5b5da04 100644 --- a/src/common.h +++ b/src/common.h @@ -5,18 +5,13 @@ # include "config.h" #endif +#include <assert.h> #include <stdbool.h> #include <stdlib.h> #include "compiler.h" #include "macros.h" -#ifdef DEBUG -# include <assert.h> -#else -# define assert(x) /* x */ -#endif - #define API #endif /* COMMON_H */ |
