ifcparse: fix clang-tidy warnung unused-includes

This commit is contained in:
Dirk Olbrich
2023-10-24 11:47:44 +02:00
committed by Thomas Krijnen
parent fcfeac95bf
commit b264408d85
19 changed files with 9 additions and 27 deletions
+2 -2
View File
@@ -21,6 +21,8 @@
#include "IfcBaseClass.h"
#include <map>
#ifdef HAS_SCHEMA_2x3
#include "Ifc2x3.h"
#endif
@@ -58,8 +60,6 @@
#include "Ifc4x3_add2.h"
#endif
#include <map>
bool IfcParse::declaration::is(const std::string& name) const {
const std::string* name_ptr = &name;
if (std::any_of(name.begin(), name.end(), [](char c) { return std::islower(c); })) {