diff options
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/divelist.h b/divelist.h index d17ea7c12..01ef613d9 100644 --- a/divelist.h +++ b/divelist.h @@ -3,12 +3,6 @@ #ifdef __cplusplus extern "C" { -#else -#if __STDC_VERSION__ >= 199901L -#include <stdbool.h> -#else -typedef int bool; -#endif #endif struct dive; |