]> granicus.if.org Git - postgresql/commitdiff
Make sure ecpg uses the same header files in the same order as the backend.
authorMichael Meskes <meskes@postgresql.org>
Sat, 27 Feb 2010 21:56:16 +0000 (21:56 +0000)
committerMichael Meskes <meskes@postgresql.org>
Sat, 27 Feb 2010 21:56:16 +0000 (21:56 +0000)
src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c
src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc

index d8c654f14305907f49295da8b5021b22fccdd655..999db79a107b8b8324e0dda7062ddaf980a92ae2 100644 (file)
@@ -9,8 +9,8 @@
 #line 1 "nan_test.pgc"
 #include <stdio.h>
 #include <stdlib.h>
-#include <math.h>
 #include <float.h>
+#include <math.h>
 #include <pgtypes_numeric.h>
 #include <decimal.h>
 
index a136867bbdc83125174e280684861635cc6e10b9..304b43816ae9d0a13b2173debf992300e7e4b303 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <math.h>
 #include <float.h>
+#include <math.h>
 #include <pgtypes_numeric.h>
 #include <decimal.h>