]> granicus.if.org Git - postgis/commitdiff
Fix include to be pathless
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 1 Feb 2012 00:41:18 +0000 (00:41 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 1 Feb 2012 00:41:18 +0000 (00:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8990 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography_measurement.c

index 22216132f1f51e585651030a477e74d6d9802cf6..a81b4a07a694e78246267cbe1892ea91b419e3e6 100644 (file)
@@ -24,7 +24,7 @@
 #include "liblwgeom_internal.h"         /* For FP comparators. */
 #include "lwgeom_pg.h"       /* For debugging macros. */
 #include "geography.h"      /* For utility functions. */
-#include "../libpgcommon/lwgeom_transform.h"
+#include "lwgeom_transform.h"
 
 Datum geography_distance(PG_FUNCTION_ARGS);
 Datum geography_dwithin(PG_FUNCTION_ARGS);