minor includes fixups
This commit is contained in:
parent
1dc734f6fe
commit
da56cbd392
6 changed files with 4 additions and 6 deletions
|
@ -25,7 +25,6 @@
|
|||
|
||||
// boost
|
||||
#include <boost/regex.hpp>
|
||||
//#include <boost/regex/config.hpp>
|
||||
#if defined(BOOST_REGEX_HAS_ICU)
|
||||
#include <boost/regex/icu.hpp>
|
||||
#endif
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef MAPNIK_GRID_PIXFMT_HPP
|
||||
#define MAPNIK_GRID_PIXFMT_HPP
|
||||
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include "agg_basics.h"
|
||||
#include <mapnik/grid/grid_pixel.hpp>
|
||||
#include <mapnik/grid/grid_rendering_buffer.hpp>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define MAPNIK_LOAD_MAP_HPP
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include <config.hpp>
|
||||
#endif
|
||||
|
||||
// mapnik
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define MAPNIK_MAP_HPP
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include <config.hpp>
|
||||
#endif
|
||||
|
||||
// mapnik
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <string>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <sys/time.h>
|
||||
#include <ctime>
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
// mapnik
|
||||
#include <mapnik/vertex.hpp>
|
||||
#include <mapnik/ctrans.hpp>
|
||||
|
||||
// boost
|
||||
#include <boost/utility.hpp>
|
||||
|
|
Loading…
Reference in a new issue