#ifndef GEOS_H #define GEOS_H /* * \file geos.h * \brief * This file is intended as an include wrapper for client application. * It includes commonly needed GEOS headers. */ #include #include #include #include #include #endif