From 87f7e04d7ab8e350063dfa103dd2786f33c4ad7d Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 1 Feb 2012 00:41:18 +0000 Subject: [PATCH] Fix include to be pathless git-svn-id: http://svn.osgeo.org/postgis/trunk@8990 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography_measurement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0