diff options
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/data.c')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/data.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/ecpglib/data.c b/src/interfaces/ecpg/ecpglib/data.c index 81f94cc12b8..7d2a78a60d8 100644 --- a/src/interfaces/ecpg/ecpglib/data.c +++ b/src/interfaces/ecpg/ecpglib/data.c @@ -5,15 +5,15 @@ #include <math.h> -#include "ecpgtype.h" -#include "ecpglib.h" #include "ecpgerrno.h" +#include "ecpglib.h" #include "ecpglib_extern.h" -#include "sqlca.h" -#include "pgtypes_numeric.h" +#include "ecpgtype.h" #include "pgtypes_date.h" -#include "pgtypes_timestamp.h" #include "pgtypes_interval.h" +#include "pgtypes_numeric.h" +#include "pgtypes_timestamp.h" +#include "sqlca.h" /* returns true if character c is a delimiter for the given array type */ static bool |