[TD] remove unused headers (#8155)
* [TD] remove unused headers - also some sorting - also improve readability by not using an abbreviation (we consistently don't abbreviate class names)
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <cmath>
|
||||
# include <cmath>
|
||||
|
||||
#include <QGraphicsScene>
|
||||
#include <QGraphicsSceneMouseEvent>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QVector2D>
|
||||
# include <QGraphicsScene>
|
||||
# include <QGraphicsSceneMouseEvent>
|
||||
# include <QPainter>
|
||||
# include <QPainterPath>
|
||||
# include <QVector2D>
|
||||
#endif
|
||||
|
||||
#include <Base/Console.h>
|
||||
@@ -37,10 +37,10 @@
|
||||
#include <Mod/TechDraw/App/DrawUtil.h>
|
||||
#include <Mod/TechDraw/App/LineGroup.h>
|
||||
|
||||
#include "QGILeaderLine.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "QGEPath.h"
|
||||
#include "QGIArrow.h"
|
||||
#include "QGILeaderLine.h"
|
||||
#include "QGIPrimPath.h"
|
||||
#include "Rez.h"
|
||||
#include "ViewProviderLeader.h"
|
||||
|
||||
Reference in New Issue
Block a user