]> granicus.if.org Git - postgis/commitdiff
#2010: Include for 9.3 move to below postgis_config.h so version number of postgresql...
authorRegina Obe <lr@pcorp.us>
Sat, 22 Sep 2012 14:44:50 +0000 (14:44 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 22 Sep 2012 14:44:50 +0000 (14:44 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10321 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geometry_estimate.c

index 564074ec761b0dd06d865ed55a6d21ba58638de6..c1ef09dc90f37be5c4c83bc692a6b9b7ded83838 100644 (file)
 #include "utils/syscache.h"
 #include "utils/rel.h"
 
+#include "../postgis_config.h"
+
 #if POSTGIS_PGSQL_VERSION >= 93
        #include "access/htup_details.h"
 #endif
 
-
-#include "../postgis_config.h"
 #include "liblwgeom.h"
 #include "lwgeom_pg.h"       /* For debugging macros. */
 #include "gserialized_gist.h" /* For index common functions */