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 // boost
#include <boost/regex.hpp> #include <boost/regex.hpp>
//#include <boost/regex/config.hpp>
#if defined(BOOST_REGEX_HAS_ICU) #if defined(BOOST_REGEX_HAS_ICU)
#include <boost/regex/icu.hpp> #include <boost/regex/icu.hpp>
#endif #endif

View file

@ -23,7 +23,7 @@
#ifndef MAPNIK_GRID_PIXFMT_HPP #ifndef MAPNIK_GRID_PIXFMT_HPP
#define MAPNIK_GRID_PIXFMT_HPP #define MAPNIK_GRID_PIXFMT_HPP
#include <string.h> #include <string>
#include "agg_basics.h" #include "agg_basics.h"
#include <mapnik/grid/grid_pixel.hpp> #include <mapnik/grid/grid_pixel.hpp>
#include <mapnik/grid/grid_rendering_buffer.hpp> #include <mapnik/grid/grid_rendering_buffer.hpp>

View file

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

View file

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

View file

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

View file

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