Skip to content

Commit

Permalink
adapt to mapnik refactoring upstream filter_factory.hpp -> expression…
Browse files Browse the repository at this point in the history
….hpp
  • Loading branch information
Dane Springmeyer committed Feb 13, 2012
1 parent 5de9475 commit eeacb0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mapnik_expression.hpp
Expand Up @@ -7,7 +7,7 @@

// mapnik
#include <mapnik/expression_node.hpp>
#include <mapnik/filter_factory.hpp>
#include <mapnik/expression.hpp>
#include <mapnik/expression_string.hpp>
#include <mapnik/expression_evaluator.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/mapnik_map.cpp
Expand Up @@ -20,7 +20,7 @@
#include <mapnik/map.hpp>
#include <mapnik/projection.hpp>
#include <mapnik/layer.hpp>
#include <mapnik/filter_factory.hpp>
#include <mapnik/expression.hpp>
#include <mapnik/image_util.hpp>
#include <mapnik/config_error.hpp>
#include <mapnik/load_map.hpp>
Expand Down

0 comments on commit eeacb0d

Please sign in to comment.