apply clang fix for #463
[geos.git] / include / geos.h
blob978528aec69e0a9f27302088d0047367feeaaae2
1 /**********************************************************************
2 * $Id$
4 * GEOS - Geometry Engine Open Source
5 * http://geos.refractions.net
7 * Copyright (C) 2005 Refractions Research Inc.
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.
14 **********************************************************************/
16 #ifndef GEOS_H
17 #define GEOS_H
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.
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>
32 /// Basic namespace for all GEOS functionalities.
33 namespace geos {
36 #endif