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

@@ -27,14 +27,18 @@
#include <QGuiApplication>
#include <QPainter>
#endif // #ifndef _PreComp_
// clang-format off
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
// clang-format on
#include <Base/Console.h>
#include <Base/Exception.h>
#include <Gui/Application.h>
#include <Gui/BitmapFactory.h>
#include <Gui/CommandT.h>
#include <Gui/MainWindow.h>
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Mod/Sketcher/App/SketchObject.h>
#include "CommandConstraints.h"