diff options
| author | Joel Klinghed <the_jk@opera.com> | 2015-08-04 16:47:14 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2015-08-04 16:47:14 +0200 |
| commit | 1ef9c463f1efc1adfb62e42ab3dd17e8c6394373 (patch) | |
| tree | 8b5d2f3cc4efabe1a1b5374a9d48fd8ef9d20187 /src/common.h | |
| parent | b41fddc7e8f5d41c928c1aef0e75973e33572918 (diff) | |
Remove warnings
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 */ |
