fix push/pop block remove duplicate headers

This commit is contained in:
artemp 2016-08-12 18:52:20 +01:00
parent 92b4d7d6d9
commit 6118f60074

View file

@ -34,11 +34,6 @@
#include <boost/algorithm/string/predicate.hpp>
#include <boost/optional.hpp>
// stl
#include <algorithm>
#include <stdexcept>
#include <memory>
// freetype2
extern "C"
{
@ -53,7 +48,6 @@ extern "C"
#include <algorithm>
#include <stdexcept>
namespace mapnik
{