[Sketch] Gui: Sketch - So: remove unused headers

- also some sorting
This commit is contained in:
Uwe
2022-12-13 02:22:16 +01:00
parent 2e1ec82930
commit 44d464251b
14 changed files with 46 additions and 76 deletions

View File

@@ -21,20 +21,16 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QPixmap>
# include <QDialog>
#endif
#include <Gui/BitmapFactory.h>
#include <Gui/MainWindow.h>
#include <Base/Tools.h>
#include <Base/UnitsApi.h>
#include "ui_SketcherRegularPolygonDialog.h"
#include "SketcherRegularPolygonDialog.h"
using namespace SketcherGui;
SketcherRegularPolygonDialog::SketcherRegularPolygonDialog()