#ifndef GRASS_VECTOR_H #define GRASS_VECTOR_H #include #include #ifdef HAVE_GEOS #include #if GEOS_VERSION_MAJOR < 3 typedef struct GEOSGeom_t GEOSGeometry; typedef struct GEOSCoordSeq_t GEOSCoordSequence; #endif #endif #include #endif /* GRASS_VECTOR_H */