From 8ec43d2966b6a9247aeee6f048f7c4da376d7c7d Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 15 Aug 2025 23:24:09 +0200 Subject: [PATCH] App: Remove build dependency to Coin3D Fixes https://github.com/FreeCAD/FreeCAD/issues/20897 --- src/App/Application.cpp | 3 +-- src/App/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 937ba99f07..b10f81af1d 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -67,7 +67,6 @@ #include #include #include -#include #include #include @@ -3722,7 +3721,7 @@ void Application::getVerboseCommonInfo(QTextStream& str, const std::map