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
View File
@@ -19,9 +19,7 @@
#include "IfcGlobalId.h"
#include "IfcBaseClass.h"
#include "IfcException.h"
#include "IfcLogger.h"
#include <algorithm>
#include <boost/lexical_cast.hpp>