Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review to get out...
[geos.git] / include / geos.h
blob302488487a4cb47bfd9ba8d76c1a91457f7f3b62
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 **********************************************************************/
15 #ifndef GEOS_H
16 #define GEOS_H
19 * \file geos.h
20 * \brief
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>
28 #include <geos/io.h>
29 #include <geos/unload.h>
31 /// Basic namespace for all GEOS functionalities.
32 namespace geos {
35 #endif