[TD] Gui, Dlg*: remove unused includes

- also sort includes
- also two whitespace changes
This commit is contained in:
Uwe
2022-10-09 19:14:31 +02:00
parent 1b7e53acbc
commit 4a2aff82a6
18 changed files with 39 additions and 64 deletions

View File

@@ -22,23 +22,13 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include <App/Application.h>
#include <Base/Console.h>
#include <Base/Parameter.h>
#include <Base/Tools.h>
#include <Mod/TechDraw/App/DrawHatch.h>
#include <Mod/TechDraw/App/DrawGeomHatch.h>
#include "DlgPrefsTechDrawGeneralImp.h"
#include "ui_DlgPrefsTechDrawGeneral.h"
#include <Gui/PrefWidgets.h>
#include "PreferencesGui.h"
using namespace TechDrawGui;
using namespace TechDraw;