minor includes fixups

This commit is contained in:
Dane Springmeyer 2011-11-09 16:41:07 -08:00
parent 1dc734f6fe
commit da56cbd392
6 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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>

View file

@ -24,7 +24,7 @@
#define MAPNIK_LOAD_MAP_HPP
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <config.hpp>
#endif
// mapnik

View file

@ -24,7 +24,7 @@
#define MAPNIK_MAP_HPP
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <config.hpp>
#endif
// mapnik

View file

@ -28,7 +28,7 @@
#include <string>
#include <sstream>
#include <iomanip>
#include <sys/time.h>
#include <ctime>
namespace mapnik {

View file

@ -29,7 +29,6 @@
// mapnik
#include <mapnik/vertex.hpp>
#include <mapnik/ctrans.hpp>
// boost
#include <boost/utility.hpp>