]> granicus.if.org Git - postgis/commitdiff
rearrange includes
authorBborie Park <bkpark at ucdavis.edu>
Sat, 7 Dec 2013 14:18:11 +0000 (14:18 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Sat, 7 Dec 2013 14:18:11 +0000 (14:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12151 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_core/librtcore.h
raster/rt_core/librtcore_internal.h

index da1a1bb540106c00437919d0596c96432884c252..8372f762342de1afa4d9afe8693b310fe8da6640 100644 (file)
 #include "ogr_api.h"
 #include "ogr_srs_api.h"
 
+#include "../../postgis_config.h"
+#include "../raster_config.h"
+
 /**
  * Types definitions
  */
index 4697d4ea951e302bd683e557f7e23a98641cb208..5161f0cd83027c7a8290b3bdc27f661a09ffcd30 100644 (file)
@@ -33,9 +33,6 @@
 
 #include <assert.h>
 
-#include "../../postgis_config.h"
-#include "../raster_config.h"
-
 #include "lwgeom_geos.h"
 
 #include "librtcore.h"