GEOS  3.3.3
geos.h
1 /**********************************************************************
2  * $Id: geos.h 1820 2006-09-06 16:54:23Z mloskot $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2005 Refractions Research Inc.
8  *
9  * This is free software; you can redistribute and/or modify it under
10  * the terms of the GNU Lesser General Public Licence as published
11  * by the Free Software Foundation.
12  * See the COPYING file for more information.
13  *
14  **********************************************************************/
15 
16 #ifndef GEOS_H
17 #define GEOS_H
18 
19 /*
20  * \file geos.h
21  * \brief
22  * This file is intended as an include wrapper for client application.
23  * It includes commonly needed GEOS headers.
24  */
25 
26 #include <geos/version.h>
27 #include <geos/geom.h>
28 #include <geos/util.h>
29 #include <geos/io.h>
30 #include <geos/unload.h>
31 
33 namespace geos {
34 }
35 
36 #endif