From 504a116ebf505302518caeb21f936a4d951722a7 Mon Sep 17 00:00:00 2001 From: dushyant basson <39452934+dushyant-basson@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:53:18 +0530 Subject: [PATCH] Update src/qtviewer/ParseIfcFile.cpp Co-authored-by: Thomas Krijnen --- src/qtviewer/ParseIfcFile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qtviewer/ParseIfcFile.cpp b/src/qtviewer/ParseIfcFile.cpp index c95f9a7cd9..e5dc8e99bf 100644 --- a/src/qtviewer/ParseIfcFile.cpp +++ b/src/qtviewer/ParseIfcFile.cpp @@ -1,6 +1,5 @@ #include "ParseIfcFile.h" -#include "../ifcgeom/IfcGeom.h" #include "../ifcgeom_schema_agnostic/IfcGeomIterator.h" ParseIfcFile::ParseIfcFile() {}