remove unused include
This commit is contained in:
parent
316b6b7d08
commit
407531c1b7
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(__clang__)
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include "3party/cttrie/cttrie.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
|
||||
std::string DebugPrint(OsmElement::EntityType type)
|
||||
|
|
Loading…
Add table
Reference in a new issue