[TD] QGIView*: remove unused includes
- also some sorting
This commit is contained in:
@@ -22,31 +22,22 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <cmath>
|
||||
#include <QGraphicsItem>
|
||||
#include <QGraphicsScene>
|
||||
#include <QGraphicsSceneHoverEvent>
|
||||
#include <QMenu>
|
||||
#include <QMouseEvent>
|
||||
#include <QString>
|
||||
#include <sstream>
|
||||
#include <QRectF>
|
||||
# include <cmath>
|
||||
# include <sstream>
|
||||
|
||||
# include <QGraphicsItem>
|
||||
# include <QRectF>
|
||||
# include <QString>
|
||||
#endif
|
||||
|
||||
//#include <qmath.h>
|
||||
|
||||
#include <App/Application.h>
|
||||
#include <App/Material.h>
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Parameter.h>
|
||||
|
||||
#include <Mod/TechDraw/App/DrawViewImage.h>
|
||||
|
||||
#include "QGIViewImage.h"
|
||||
#include "QGCustomClip.h"
|
||||
#include "QGCustomImage.h"
|
||||
#include "Rez.h"
|
||||
#include "ViewProviderImage.h"
|
||||
#include "QGCustomImage.h"
|
||||
#include "QGCustomClip.h"
|
||||
#include "QGIViewImage.h"
|
||||
|
||||
|
||||
using namespace TechDrawGui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user