using clang-format tags to avoid get headers reordered(fix DOMDocument redefinition error)

This commit is contained in:
AgCaliva
2023-09-18 13:40:13 -03:00
parent 5e615841c3
commit c483ecebb4
7 changed files with 39 additions and 14 deletions

View File

@@ -41,13 +41,16 @@
#include <Inventor/nodes/SoLineSet.h>
#include <Inventor/nodes/SoSeparator.h>
#endif
// clang-format off
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
// clang-format on
#include <App/Document.h>
#include <Gui/Application.h>
#include <Gui/BitmapFactory.h>
#include <Gui/Command.h>
#include <Gui/Document.h>
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/ViewProvider.h>
#include <Mod/Mesh/App/Core/Algorithm.h>
#include <Mod/Mesh/App/Core/Grid.h>