]> granicus.if.org Git - postgis/commitdiff
header inclusion cleanup
authorSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 16:28:07 +0000 (16:28 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 16:28:07 +0000 (16:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1069 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/stringBuffer.c

index 7017001e1d7a56fd2cf380dbd7726dfdbc36ed54..3e0bcb484f6670dbec766e019dff9c63553f6186 100644 (file)
@@ -1,8 +1,10 @@
-#include "postgres.h"
+#include <postgres.h>
+
 #include <string.h>
-#include "stdio.h"
-#include <malloc.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <memory.h>
+
 #include "stringBuffer.h"
 
 #define DEFAULT_STR_LENGTH_PADDING 10