remove boost foreach include

This commit is contained in:
Mathis Logemann 2023-06-11 20:10:50 +02:00
parent 6003293e25
commit 2445dbe063

View file

@ -1,7 +1,6 @@
#include "bench_framework.hpp"
#include <mapnik/font_engine_freetype.hpp>
#include <boost/format.hpp>
#include <boost/foreach.hpp>
class test : public benchmark::test_case
{