From: Paul Ramsey Date: Wed, 1 Feb 2012 00:41:18 +0000 (+0000) Subject: Fix include to be pathless X-Git-Tag: 2.0.0alpha3~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87f7e04d7ab8e350063dfa103dd2786f33c4ad7d;p=postgis Fix include to be pathless git-svn-id: http://svn.osgeo.org/postgis/trunk@8990 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geography_measurement.c b/postgis/geography_measurement.c index 22216132f..a81b4a07a 100644 --- a/postgis/geography_measurement.c +++ b/postgis/geography_measurement.c @@ -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);