00001 #ifndef GEOS_H 00002 #define GEOS_H 00003 00004 /* 00005 * \file geos.h 00006 * \brief 00007 * This file is intended as an include wrapper for client application. 00008 * It includes commonly needed GEOS headers. 00009 */ 00010 00011 #include <geos/version.h> 00012 #include <geos/geom.h> 00013 #include <geos/util.h> 00014 #include <geos/io.h> 00015 #include <geos/unload.h> 00016 00017 00018 #endif