]> granicus.if.org Git - postgresql/blobdiff - src/interfaces/ecpg/ecpglib/descriptor.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / interfaces / ecpg / ecpglib / descriptor.c
index ef500a915d62932ee8719dc2432f1492f2a6a212..ead8778ca83e821eb3c3a3d1933647e40b0fbf5c 100644 (file)
@@ -7,12 +7,11 @@
 #include "postgres_fe.h"
 
 #include "catalog/pg_type_d.h"
-
 #include "ecpg-pthread-win32.h"
-#include "ecpgtype.h"
-#include "ecpglib.h"
 #include "ecpgerrno.h"
+#include "ecpglib.h"
 #include "ecpglib_extern.h"
+#include "ecpgtype.h"
 #include "sqlca.h"
 #include "sqlda.h"
 #include "sql3types.h"