diff --git a/types.h b/types.h index ee871ef..1b15c73 100644 --- a/types.h +++ b/types.h @@ -19,14 +19,7 @@ #ifndef TYPES_H #define TYPES_H -#undef bool -#undef false -#undef true - -typedef enum { - false, - true -} bool; +#include typedef enum { BO_BIG_ENDIAN,