no need to define BOOST_SPIRIT_USE_PHOENIX_V3 in each header, it is now set in SConstruct

This commit is contained in:
Dane Springmeyer 2013-09-18 18:27:04 -07:00
parent 12395eb1cd
commit d2f50a0158
24 changed files with 0 additions and 41 deletions

View file

@ -27,8 +27,6 @@
#include <mapnik/color.hpp>
#include <mapnik/util/hsl.hpp>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// spirit2
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/qi_action.hpp>

View file

@ -23,8 +23,6 @@
#ifndef MAPNIK_EXPRESSIONS_GRAMMAR_HPP
#define MAPNIK_EXPRESSIONS_GRAMMAR_HPP
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// mapnik
#include <mapnik/config.hpp>
#include <mapnik/value_types.hpp>

View file

@ -23,7 +23,6 @@
#ifndef MAPNIK_IMAGE_FILITER_GRAMMAR_HPP
#define MAPNIK_IMAGE_FILITER_GRAMMAR_HPP
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// boost
#include <boost/spirit/include/qi.hpp>
#include <boost/fusion/include/adapt_struct.hpp>

View file

@ -28,7 +28,6 @@
#include <mapnik/json/feature_grammar.hpp>
#include <mapnik/feature.hpp>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// spirit::qi
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix.hpp>

View file

@ -23,8 +23,6 @@
#ifndef MAPNIK_JSON_FEATURE_GENERATOR_GRAMMAR_HPP
#define MAPNIK_JSON_FEATURE_GENERATOR_GRAMMAR_HPP
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// mapnik
#include <mapnik/global.hpp>
#include <mapnik/value_types.hpp>

View file

@ -23,7 +23,6 @@
#ifndef MAPNIK_FEATURE_GRAMMAR_HPP
#define MAPNIK_FEATURE_GRAMMAR_HPP
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// mapnik
#include <mapnik/json/geometry_grammar.hpp>
#include <mapnik/value.hpp>

View file

@ -23,7 +23,6 @@
#ifndef MAPNIK_JSON_GEOMETRY_GENERATOR_GRAMMAR_HPP
#define MAPNIK_JSON_GEOMETRY_GENERATOR_GRAMMAR_HPP
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// mapnik
#include <mapnik/global.hpp>
#include <mapnik/geometry.hpp>

View file

@ -27,8 +27,6 @@
#include <mapnik/geometry.hpp> // for geometry_type
#include <mapnik/vertex.hpp> // for CommandType
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// spirit::qi
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_function.hpp>

View file

@ -26,7 +26,6 @@
// mapnik
#include <mapnik/path_expression.hpp>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// spirit2
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/qi_action.hpp>

View file

@ -26,7 +26,6 @@
// mapnik
#include <mapnik/svg/svg_path_commands.hpp>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// spirit
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_function.hpp>

View file

@ -27,7 +27,6 @@
#include <mapnik/expression_grammar.hpp>
#include <mapnik/transform_expression.hpp>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// spirit
#include <boost/spirit/include/qi.hpp>

View file

@ -23,8 +23,6 @@
#ifndef MAPNIK_UTIL_DASHARRAY_PARSER_HPP
#define MAPNIK_UTIL_DASHARRAY_PARSER_HPP
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_core.hpp>
#include <boost/spirit/include/phoenix_operator.hpp>

View file

@ -23,8 +23,6 @@
#ifndef MAPNIK_GEOMETRY_SVG_GENERATOR_HPP
#define MAPNIK_GEOMETRY_SVG_GENERATOR_HPP
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// mapnik
#include <mapnik/global.hpp>
#include <mapnik/geometry.hpp> // for container stuff

View file

@ -28,8 +28,6 @@
#include <mapnik/geometry.hpp>
#include <mapnik/util/geometry_svg_generator.hpp>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// boost
#include <boost/spirit/include/karma.hpp>

View file

@ -23,15 +23,11 @@
#ifndef MAPNIK_GEOMETRY_WKT_GENERATOR_HPP
#define MAPNIK_GEOMETRY_WKT_GENERATOR_HPP
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// mapnik
#include <mapnik/global.hpp>
#include <mapnik/geometry.hpp>
#include <mapnik/vertex.hpp> // for CommandType::SEG_MOVETO
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// boost
#include <boost/tuple/tuple.hpp>
#include <boost/spirit/include/karma.hpp>

View file

@ -23,8 +23,6 @@
#ifndef MAPNIK_WKT_GRAMMAR_HPP
#define MAPNIK_WKT_GRAMMAR_HPP
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
#include <boost/assert.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
// spirit::qi

View file

@ -26,8 +26,6 @@
#include <cstring>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
#include <boost/spirit/include/qi.hpp>
#if _MSC_VER

View file

@ -27,7 +27,6 @@
#include <mapnik/feature.hpp>
#include <mapnik/json/feature_grammar.hpp>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// boost
#include <boost/spirit/include/support_multi_pass.hpp>

View file

@ -20,8 +20,6 @@
*
*****************************************************************************/
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// boost
#include <boost/version.hpp>
#include <mapnik/feature.hpp>

View file

@ -26,8 +26,6 @@
// mapnik
#include <mapnik/json/geometry_grammar.hpp>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// boost
#include <boost/spirit/include/support_multi_pass.hpp>
#include <boost/spirit/include/phoenix_object.hpp>

View file

@ -21,8 +21,6 @@
*****************************************************************************/
// mapnik
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
#include <mapnik/json/geometry_parser.hpp>
#include <mapnik/json/geometry_grammar.hpp>

View file

@ -26,8 +26,6 @@
#include <mapnik/ptree_helpers.hpp>
#include <mapnik/xml_node.hpp>
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// boost
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_core.hpp>

View file

@ -20,7 +20,6 @@
*
*****************************************************************************/
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
// mapnik
#include <mapnik/transform_expression_grammar.hpp>

View file

@ -1,5 +1,3 @@
#define BOOST_SPIRIT_USE_PHOENIX_V3 1
#include <boost/version.hpp>
#include <mapnik/value_types.hpp>
#include <mapnik/util/conversions.hpp>