From: Sandro Santilli Date: Thu, 28 Oct 2004 16:28:07 +0000 (+0000) Subject: header inclusion cleanup X-Git-Tag: pgis_1_0_0RC1~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b12c9cde9dead414b26ecff1d69cd05296d3f89;p=postgis header inclusion cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@1069 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/stringBuffer.c b/lwgeom/stringBuffer.c index 7017001e1..3e0bcb484 100644 --- a/lwgeom/stringBuffer.c +++ b/lwgeom/stringBuffer.c @@ -1,8 +1,10 @@ -#include "postgres.h" +#include + #include -#include "stdio.h" -#include +#include +#include #include + #include "stringBuffer.h" #define DEFAULT_STR_LENGTH_PADDING 10