remove unused headers and codex

This commit is contained in:
artemp 2016-03-16 09:52:43 +01:00
parent f50111d979
commit d5eb6c8ddf

View file

@ -1,13 +1,10 @@
#include "catch.hpp"
#include <iostream>
#include <mapnik/wkb.hpp>
#include <mapnik/feature.hpp>
#include <mapnik/geometry_is_valid.hpp>
#include <mapnik/geometry_is_simple.hpp>
#include <mapnik/geometry_correct.hpp>
#include <mapnik/feature_factory.hpp>
#include <boost/version.hpp>
TEST_CASE("geometry formats") {
@ -56,9 +53,6 @@ SECTION("wkb") {
unsigned char sq_invalid_blob[] = {
0x23, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x40, 0x23 };
mapnik::context_ptr ctx(new mapnik::context_type);
mapnik::feature_ptr feature = mapnik::feature_factory::create(ctx, 1);
// test of parsing wkb geometries
try {