[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

@@ -21,14 +21,14 @@
* *
***************************************************************************/
#ifndef DRAWINGGUI_DLGPREFSTECHDRAWIMPANNOTATION_H
#define DRAWINGGUI_DLGPREFSTECHDRAWIMPANNOTATION_H
#include <Mod/TechDraw/TechDrawGlobal.h>
#include <memory>
#include <Gui/PropertyPage.h>
#include <memory>
#include <Mod/TechDraw/TechDrawGlobal.h>
namespace TechDrawGui {
class Ui_DlgPrefsTechDrawAnnotationImp;