remove unused include

This commit is contained in:
LaGrunge 2019-10-23 20:07:20 +03:00 committed by cc-engineering
parent 316b6b7d08
commit 407531c1b7
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#pragma once
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wshorten-64-to-32"

View file

@ -6,7 +6,6 @@
#include "3party/cttrie/cttrie.hpp"
#include <algorithm>
#include <cstring>
#include <sstream>
std::string DebugPrint(OsmElement::EntityType type)