]> granicus.if.org Git - postgis/commitdiff
Move sqldefine include on top of the file (#1822)
authorSandro Santilli <strk@keybit.net>
Tue, 12 Jun 2012 17:28:58 +0000 (17:28 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 12 Jun 2012 17:28:58 +0000 (17:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9904 b70326c6-7e19-0410-871a-916f4a2858ee

topology/topology.sql.in.c

index 01b927a0611fb445b176cba93c31291ea67433e6..335fa4386b0439c19ebe456a6a23e4aaebef786f 100644 (file)
 -- Let people decide about that
 -- DROP SCHEMA topology CASCADE;
 
+#include "../postgis/sqldefines.h"
+
+
 CREATE SCHEMA topology;
 
 -- Doing everything outside of a transaction helps
@@ -1986,8 +1989,6 @@ LANGUAGE 'plpgsql' VOLATILE STRICT;
 --general management --
 #include "sql/manage/ManageHelper.sql.in.c"
 
-#include "../postgis/sqldefines.h"
-
 CREATE OR REPLACE FUNCTION postgis_topology_scripts_installed() RETURNS text
        AS _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION
        LANGUAGE 'sql' IMMUTABLE;