Gui: Optimize includes to reduce compile time

This commit is contained in:
wmayer
2022-03-07 20:29:18 +01:00
parent 040b67634e
commit 8f786ea6ef
149 changed files with 237 additions and 48 deletions

View File

@@ -26,12 +26,14 @@
# include <Standard_math.hxx>
#endif
#include <App/Document.h>
#include <App/DocumentObject.h>
#include <Base/Exception.h>
#include <Gui/Application.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/Selection.h>
#include <Gui/SelectionObject.h>
#include <Gui/WaitCursor.h>
#include "DlgPartCylinderImp.h"