From 7b12c9cde9dead414b26ecff1d69cd05296d3f89 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 28 Oct 2004 16:28:07 +0000 Subject: [PATCH] header inclusion cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@1069 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/stringBuffer.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.40.0