From e0cd89ca66f2450da74ddf88c0ad41cc8e7d4d1d Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Mon, 24 Feb 2025 21:17:13 +0000 Subject: [PATCH] Gui: Group Inventor headers in `View3DInventorViewer.h`. --- src/Gui/View3DInventorViewer.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Gui/View3DInventorViewer.h b/src/Gui/View3DInventorViewer.h index fff99a082b..577b02794d 100644 --- a/src/Gui/View3DInventorViewer.h +++ b/src/Gui/View3DInventorViewer.h @@ -34,7 +34,9 @@ #include #include +#include #include +#include #include #ifdef FC_OS_MACOSX @@ -55,9 +57,6 @@ #include "View3DInventorSelection.h" #include "Quarter/SoQTQuarterAdaptor.h" -#include -#include - class QOpenGLFramebufferObject; class QOpenGLWidget; class QSurfaceFormat;