[Sketch] Gui: E - Short*: remove unused headers

- also some sorting
This commit is contained in:
Uwe
2022-12-12 02:17:45 +01:00
parent 2dcddfef7d
commit 74b8b09caf
18 changed files with 134 additions and 310 deletions

View File

@@ -20,19 +20,16 @@
* *
***************************************************************************/
#ifndef SKETCHERGUI_EditModeGeometryCoinManager_H
#define SKETCHERGUI_EditModeGeometryCoinManager_H
#include <vector>
#include <functional>
#include <vector>
#include <Base/Parameter.h>
#include <App/Application.h>
#include <Mod/Sketcher/App/GeoList.h>
#include "EditModeCoinManagerParameters.h"
#include <Mod/Sketcher/App/GeoList.h>
class SbVec3f;
class SoRayPickAction;