diff --git a/include/mapnik/image_impl.hpp b/include/mapnik/image_impl.hpp index ab91d4ce4..f4815b7b9 100644 --- a/include/mapnik/image_impl.hpp +++ b/include/mapnik/image_impl.hpp @@ -22,12 +22,12 @@ // mapnik #include +#include // stl -#include #include #include -#include +#include namespace mapnik { @@ -282,7 +282,6 @@ inline void image::set_scaling(double scaling) scaling_ = scaling; return; } - std::clog << "Can not set scaling to 0.0, offset not set." << std::endl; } template