Merge commit 'ba6f3cf2caf46d967b49ac4a301b985d2a5761e9' into harfbuzz

Conflicts:
	include/mapnik/symbolizer_helpers.hpp
	src/symbolizer_helpers.cpp
This commit is contained in:
Hermann Kraus 2013-03-16 16:12:19 +01:00
commit c3de3398ca
2 changed files with 4 additions and 3 deletions

View file

@ -30,9 +30,12 @@
#include <mapnik/simplify.hpp>
// boost
#include <boost/array.hpp>
#include <boost/optional.hpp>
// stl
#include <vector>
#include <string>
namespace agg { struct trans_affine; }
namespace mapnik
@ -44,7 +47,6 @@ namespace detail { struct transform_node; }
typedef std::vector<detail::transform_node> transform_list;
typedef boost::shared_ptr<transform_list> transform_list_ptr;
typedef transform_list_ptr transform_type;
class Map;
class feature_impl;
MAPNIK_DECL void evaluate_transform(agg::trans_affine& tr, feature_impl const& feature,

View file

@ -23,7 +23,6 @@
//mapnik
#include <mapnik/feature.hpp>
#include <mapnik/symbolizer.hpp>
#include <mapnik/map.hpp>
#include <mapnik/transform_processor.hpp>
#include <mapnik/metawriter.hpp>