[Points] remove unused includes (#7900)

- also some sorting
This commit is contained in:
Uwe
2022-11-29 04:44:35 +01:00
committed by GitHub
parent 695d156535
commit 95f647b9ed
22 changed files with 113 additions and 168 deletions

View File

@@ -20,16 +20,13 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <qobject.h>
#endif
#include <Gui/MenuManager.h>
#include <Gui/ToolBarManager.h>
#include "Workbench.h"
#include <Gui/ToolBarManager.h>
#include <Gui/MenuManager.h>
using namespace PointsGui;