1 /**********************************************************************
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
6 * Copyright (C) 2005 Refractions Research Inc.
8 * This is free software; you can redistribute and/or modify it under
9 * the terms of the GNU Lesser General Public Licence as published
10 * by the Free Software Foundation.
11 * See the COPYING file for more information.
13 **********************************************************************/
21 * This file is intended as an include wrapper for client application.
22 * It includes commonly needed GEOS headers.
25 #include <geos/version.h>
26 #include <geos/geom.h>
27 #include <geos/util.h>
29 #include <geos/unload.h>
31 /// Basic namespace for all GEOS functionalities.