[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,19 +22,16 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include <App/Application.h>
#include <vector>
#include <Base/Parameter.h>
#include <Base/Console.h>
#include <Mod/TechDraw/App/LineGroup.h>
#include "DrawGuiUtil.h"
#include "PreferencesGui.h"
#include "DlgPrefsTechDrawAnnotationImp.h"
#include "ui_DlgPrefsTechDrawAnnotation.h"
#include <Mod/TechDraw/App/LineGroup.h>
#include "DrawGuiUtil.h"
#include "PreferencesGui.h"
using namespace TechDrawGui;