remove unused (after grammar refactor) support_multi_pass.hpp include
This commit is contained in:
parent
1e19ca2103
commit
59b089f65d
4 changed files with 0 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue