]> granicus.if.org Git - postgis/commit
Drop postgis_config.h include from lwgeom_pg.h header.
authorSandro Santilli <strk@keybit.net>
Thu, 9 Feb 2012 17:00:23 +0000 (17:00 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 9 Feb 2012 17:00:23 +0000 (17:00 +0000)
commit5703e75da6797889fe63f2c41b8aea9e363497f6
treef04c227a8c4e2536f1179113e63c10a042cf8acb
parent6498c6f9ed3c80c23c7a46c9a7171d7876f389c7
Drop postgis_config.h include from lwgeom_pg.h header.

Generally, package config files should _not_ be included
by package headers. In this specific case the aim is overriding
POSTGIS_DEBUG_LEVEL in implementation files for the sake of
enabling debugging of a single file.

Also part of this commit is addition of copyright header in
two files which were missing it (used git history to figure
assignments)

git-svn-id: http://svn.osgeo.org/postgis/trunk@9134 b70326c6-7e19-0410-871a-916f4a2858ee
25 files changed:
liblwgeom/lwgeom_transform.c
libpgcommon/lwgeom_pg.h
libpgcommon/lwgeom_transform.c
postgis/geography_estimate.c
postgis/geometry_estimate.c
postgis/long_xact.c
postgis/lwgeom_accum.c
postgis/lwgeom_box.c
postgis/lwgeom_box3d.c
postgis/lwgeom_btree.c
postgis/lwgeom_cache.c
postgis/lwgeom_dump.c
postgis/lwgeom_export.c
postgis/lwgeom_functions_lrs.c
postgis/lwgeom_in_geojson.c
postgis/lwgeom_in_gml.c
postgis/lwgeom_in_kml.c
postgis/lwgeom_ogc.c
postgis/lwgeom_rtree.c
postgis/lwgeom_spheroid.c
postgis/lwgeom_sqlmm.c
postgis/lwgeom_transform.c
postgis/lwgeom_triggers.c
postgis/postgis_module.c
raster/rt_pg/rt_pg.c