From d5eb6c8ddf315af19cd95c248746dbde7f7d0932 Mon Sep 17 00:00:00 2001 From: artemp Date: Wed, 16 Mar 2016 09:52:43 +0100 Subject: [PATCH] remove unused headers and codex --- test/unit/serialization/wkb_formats_test.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/unit/serialization/wkb_formats_test.cpp b/test/unit/serialization/wkb_formats_test.cpp index 698645266..bc0c17198 100644 --- a/test/unit/serialization/wkb_formats_test.cpp +++ b/test/unit/serialization/wkb_formats_test.cpp @@ -1,13 +1,10 @@ - #include "catch.hpp" #include #include -#include #include #include #include -#include #include 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 {