From be785a878cff2de78da556225063e19e9fdadb23 Mon Sep 17 00:00:00 2001 From: dushyant basson <39452934+dushyant-basson@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:52:57 +0530 Subject: [PATCH] Update src/qtviewer/ParseIfcFile.cpp Co-authored-by: Thomas Krijnen --- src/qtviewer/ParseIfcFile.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qtviewer/ParseIfcFile.cpp b/src/qtviewer/ParseIfcFile.cpp index b2df481af0..c95f9a7cd9 100644 --- a/src/qtviewer/ParseIfcFile.cpp +++ b/src/qtviewer/ParseIfcFile.cpp @@ -1,8 +1,5 @@ #include "ParseIfcFile.h" -#include "../ifcparse/Ifc2x3.h" -#define IfcSchema Ifc2x3 - #include "../ifcgeom/IfcGeom.h" #include "../ifcgeom_schema_agnostic/IfcGeomIterator.h"