]> granicus.if.org Git - postgresql/blobdiff - src/interfaces/ecpg/pgtypeslib/timestamp.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / interfaces / ecpg / pgtypeslib / timestamp.c
index 2be151f7e66691b1301cf8a938d022ccdc8d9736..7816e6fdc05b66a9941e3474a2bcfca43a73ffca 100644 (file)
 #error -ffast-math is known to break this code
 #endif
 
-#include "pgtypeslib_extern.h"
 #include "dt.h"
-#include "pgtypes_timestamp.h"
 #include "pgtypes_date.h"
-
+#include "pgtypes_timestamp.h"
+#include "pgtypeslib_extern.h"
 
 static int64
 time2t(const int hour, const int min, const int sec, const fsec_t fsec)