remove unused (after grammar refactor) support_multi_pass.hpp include

This commit is contained in:
artemp 2014-08-19 16:04:31 +01:00
parent 1e19ca2103
commit 59b089f65d
4 changed files with 0 additions and 6 deletions

View file

@ -24,9 +24,6 @@
#include <mapnik/feature.hpp>
#include <mapnik/json/feature_grammar.hpp>
// boost
#include <boost/spirit/include/support_multi_pass.hpp>
namespace mapnik { namespace json {
template <typename Iterator, typename FeatureType>

View file

@ -29,7 +29,6 @@
// boost
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/support_multi_pass.hpp>
#include <boost/spirit/include/phoenix_core.hpp>
namespace mapnik { namespace json {

View file

@ -24,7 +24,6 @@
#include <mapnik/json/geometry_grammar.hpp>
// boost
#include <boost/spirit/include/support_multi_pass.hpp>
#include <boost/spirit/include/phoenix_object.hpp>
#include <boost/spirit/include/phoenix_stl.hpp>
#include <boost/spirit/include/phoenix_operator.hpp>

View file

@ -29,7 +29,6 @@
// boost
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/support_multi_pass.hpp>
#include <boost/spirit/include/phoenix_core.hpp>
namespace mapnik { namespace json {