diff options
Diffstat (limited to 'include/decimal.h')
-rw-r--r-- | include/decimal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/decimal.h b/include/decimal.h index fddae1f54a6..4d1fbfddc01 100644 --- a/include/decimal.h +++ b/include/decimal.h @@ -17,8 +17,6 @@ #ifndef _decimal_h #define _decimal_h -#include <my_global.h> - typedef enum {TRUNCATE=0, HALF_EVEN, HALF_UP, CEILING, FLOOR} decimal_round_mode; typedef int32 decimal_digit; |