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
-5
View File
@@ -38,17 +38,12 @@
#include "ifc_parse_api.h"
#include "IfcBaseClass.h"
#include "IfcCharacterDecoder.h"
#include "IfcLogger.h"
#include "IfcSpfStream.h"
#include "macros.h"
#include <boost/dynamic_bitset.hpp>
#include <boost/shared_ptr.hpp>
#include <cstring>
#include <fstream>
#include <iostream>
#include <map>
#include <sstream>
#include <string>
#include <vector>