Revert "Updated included header files"

This reverts commit 65f86d929e.
This commit is contained in:
dushyant basson
2023-08-31 00:52:09 +05:30
parent 74d790a28e
commit ac8db0e21b
+5 -1
View File
@@ -1,5 +1,9 @@
#include "ParseIfcFile.h"
#include "../ifcparse/Ifc2x3.h"
#define IfcSchema Ifc2x3
#include "../ifcgeom/IfcGeom.h"
#include "../ifcgeom_schema_agnostic/IfcGeomIterator.h"
ParseIfcFile::ParseIfcFile() {}
@@ -39,4 +43,4 @@ void ParseIfcFile::Parse(const std::string& filePath)
outputMsg(" " + mat.original_name());
}
} while (it->next());
}
}