cleanup extraneous includes
This commit is contained in:
parent
6d84094f77
commit
7bbc758fbc
3 changed files with 1 additions and 41 deletions
|
@ -24,20 +24,12 @@
|
||||||
#include <mapnik/agg_helpers.hpp>
|
#include <mapnik/agg_helpers.hpp>
|
||||||
#include <mapnik/agg_renderer.hpp>
|
#include <mapnik/agg_renderer.hpp>
|
||||||
#include <mapnik/agg_rasterizer.hpp>
|
#include <mapnik/agg_rasterizer.hpp>
|
||||||
|
|
||||||
#include <mapnik/debug.hpp>
|
|
||||||
#include <mapnik/feature.hpp>
|
|
||||||
#include <mapnik/geom_util.hpp>
|
|
||||||
#include <mapnik/marker_helpers.hpp>
|
|
||||||
#include <mapnik/marker.hpp>
|
|
||||||
#include <mapnik/marker_cache.hpp>
|
|
||||||
#include <mapnik/agg_render_marker.hpp>
|
#include <mapnik/agg_render_marker.hpp>
|
||||||
#include <mapnik/svg/svg_renderer_agg.hpp>
|
#include <mapnik/svg/svg_renderer_agg.hpp>
|
||||||
#include <mapnik/svg/svg_storage.hpp>
|
#include <mapnik/svg/svg_storage.hpp>
|
||||||
#include <mapnik/svg/svg_path_adapter.hpp>
|
#include <mapnik/svg/svg_path_adapter.hpp>
|
||||||
#include <mapnik/svg/svg_path_attributes.hpp>
|
#include <mapnik/svg/svg_path_attributes.hpp>
|
||||||
#include <mapnik/symbolizer.hpp>
|
#include <mapnik/symbolizer.hpp>
|
||||||
#include <mapnik/parse_path.hpp>
|
|
||||||
#include <mapnik/renderer_common/clipping_extent.hpp>
|
#include <mapnik/renderer_common/clipping_extent.hpp>
|
||||||
#include <mapnik/renderer_common/render_markers_symbolizer.hpp>
|
#include <mapnik/renderer_common/render_markers_symbolizer.hpp>
|
||||||
|
|
||||||
|
@ -53,10 +45,6 @@
|
||||||
#include "agg_path_storage.h"
|
#include "agg_path_storage.h"
|
||||||
#include "agg_conv_transform.h"
|
#include "agg_conv_transform.h"
|
||||||
|
|
||||||
|
|
||||||
// boost
|
|
||||||
#include <boost/optional.hpp>
|
|
||||||
|
|
||||||
namespace mapnik {
|
namespace mapnik {
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
|
@ -25,19 +25,8 @@
|
||||||
// mapnik
|
// mapnik
|
||||||
#include <mapnik/cairo/cairo_renderer.hpp>
|
#include <mapnik/cairo/cairo_renderer.hpp>
|
||||||
#include <mapnik/cairo/cairo_render_vector.hpp>
|
#include <mapnik/cairo/cairo_render_vector.hpp>
|
||||||
#include <mapnik/markers_placement.hpp>
|
|
||||||
#include <mapnik/svg/svg_path_adapter.hpp>
|
|
||||||
#include <mapnik/util/noncopyable.hpp>
|
|
||||||
#include <mapnik/pixel_position.hpp>
|
|
||||||
#include <mapnik/attribute.hpp>
|
|
||||||
#include <mapnik/marker.hpp>
|
|
||||||
#include <mapnik/marker_cache.hpp>
|
|
||||||
#include <mapnik/marker_helpers.hpp>
|
|
||||||
#include <mapnik/renderer_common/render_markers_symbolizer.hpp>
|
#include <mapnik/renderer_common/render_markers_symbolizer.hpp>
|
||||||
|
#include <mapnik/symbolizer.hpp>
|
||||||
// agg
|
|
||||||
#include "agg/include/agg_array.h" // for pod_bvector
|
|
||||||
#include "agg/include/agg_trans_affine.h" // for trans_affine, etc
|
|
||||||
|
|
||||||
namespace mapnik
|
namespace mapnik
|
||||||
{
|
{
|
||||||
|
|
|
@ -44,25 +44,15 @@ porting notes -->
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// mapnik
|
// mapnik
|
||||||
#include <mapnik/feature.hpp>
|
|
||||||
#include <mapnik/geom_util.hpp>
|
|
||||||
#include <mapnik/marker_helpers.hpp>
|
|
||||||
#include <mapnik/grid/grid_rasterizer.hpp>
|
#include <mapnik/grid/grid_rasterizer.hpp>
|
||||||
#include <mapnik/grid/grid_renderer.hpp>
|
#include <mapnik/grid/grid_renderer.hpp>
|
||||||
#include <mapnik/grid/grid_renderer_base.hpp>
|
#include <mapnik/grid/grid_renderer_base.hpp>
|
||||||
#include <mapnik/grid/grid_render_marker.hpp>
|
#include <mapnik/grid/grid_render_marker.hpp>
|
||||||
#include <mapnik/grid/grid.hpp>
|
#include <mapnik/grid/grid.hpp>
|
||||||
|
|
||||||
#include <mapnik/debug.hpp>
|
|
||||||
#include <mapnik/geom_util.hpp>
|
|
||||||
#include <mapnik/marker.hpp>
|
|
||||||
#include <mapnik/marker_cache.hpp>
|
|
||||||
#include <mapnik/marker_helpers.hpp>
|
|
||||||
#include <mapnik/svg/svg_renderer_agg.hpp>
|
#include <mapnik/svg/svg_renderer_agg.hpp>
|
||||||
#include <mapnik/svg/svg_storage.hpp>
|
#include <mapnik/svg/svg_storage.hpp>
|
||||||
#include <mapnik/svg/svg_path_adapter.hpp>
|
#include <mapnik/svg/svg_path_adapter.hpp>
|
||||||
#include <mapnik/svg/svg_path_attributes.hpp>
|
#include <mapnik/svg/svg_path_attributes.hpp>
|
||||||
#include <mapnik/parse_path.hpp>
|
|
||||||
#include <mapnik/renderer_common/render_markers_symbolizer.hpp>
|
#include <mapnik/renderer_common/render_markers_symbolizer.hpp>
|
||||||
|
|
||||||
// agg
|
// agg
|
||||||
|
@ -70,13 +60,6 @@ porting notes -->
|
||||||
#include "agg_rendering_buffer.h"
|
#include "agg_rendering_buffer.h"
|
||||||
#include "agg_rasterizer_scanline_aa.h"
|
#include "agg_rasterizer_scanline_aa.h"
|
||||||
|
|
||||||
// boost
|
|
||||||
#include <boost/optional.hpp>
|
|
||||||
|
|
||||||
// stl
|
|
||||||
#include <algorithm>
|
|
||||||
#include <tuple>
|
|
||||||
|
|
||||||
namespace mapnik {
|
namespace mapnik {
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
Loading…
Reference in a new issue