postgis/libpgcommon/common.h
2015-05-13 18:13:18 +00:00

20 lines
538 B
C

/**********************************************************************
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.net
* Copyright 2011 OSGeo
*
* This is free software; you can redistribute and/or modify it under
* the terms of the GNU General Public Licence. See the COPYING file.
*
**********************************************************************/
#ifndef PG_LIBCOMMON_H
#define PG_LIBCOMMON_H
#include "pgsql_compat.h"
#include "lwgeom_pg.h"
#include "lwgeom_transform.h"
#endif /* PG_LIBCOMMON_H */