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