mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
remove unneded #include's that had a dubious explanation
This commit is contained in:
parent
2c0bcfff8c
commit
fb8713385f
30 changed files with 15 additions and 28 deletions
|
|
@ -16,6 +16,10 @@
|
|||
#ifndef _decimal_h
|
||||
#define _decimal_h
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef enum
|
||||
{TRUNCATE=0, HALF_EVEN, HALF_UP, CEILING, FLOOR}
|
||||
decimal_round_mode;
|
||||
|
|
@ -112,5 +116,9 @@ void max_decimal(int precision, int frac, decimal_t *to);
|
|||
#define E_DEC_ERROR 31
|
||||
#define E_DEC_FATAL_ERROR 30
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue