]> granicus.if.org Git - postgresql/commitdiff
informix.c was violating the coding rule about not including any
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Jan 2008 01:14:52 +0000 (01:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Jan 2008 01:14:52 +0000 (01:14 +0000)
system headers before c.h.  Per report from J6M.

src/interfaces/ecpg/compatlib/informix.c

index 77b5656f55db5112058a230c3dc51dbd1876e198..485c86cf243b2aa9b6884620d79736c73ccf7911 100644 (file)
@@ -1,11 +1,12 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.53 2007/11/15 21:14:45 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.54 2008/01/08 01:14:52 tgl Exp $ */
+
+#define POSTGRES_ECPG_INTERNAL
+#include "postgres_fe.h"
 
 #include <math.h>
 #include <ctype.h>
 #include <limits.h>
 
-#define POSTGRES_ECPG_INTERNAL
-#include "postgres_fe.h"
 #include <ecpgtype.h>
 #include <ecpg_informix.h>
 #include <pgtypes_error.h>