Fixing DOMDocument redefinition

This commit is contained in:
AgCaliva
2023-09-16 00:38:41 -03:00
parent 41230a9427
commit 280e5e3987
31 changed files with 67 additions and 90 deletions

View File

@@ -33,7 +33,8 @@
#include <Inventor/SoPickedPoint.h>
#include <Inventor/events/SoMouseButtonEvent.h>
#endif
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <App/Application.h>
#include <App/Part.h>
#include <App/Document.h>
@@ -43,8 +44,6 @@
#include <Gui/Application.h>
#include <Gui/Document.h>
#include <Gui/Command.h>
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/SoFCUnifiedSelection.h>
#include <Gui/TaskView/TaskView.h>
#include <Mod/Part/App/PrimitiveFeature.h>