Skip to content

Commit

Permalink
tidy up includes
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros committed Jul 4, 2024
1 parent c8b2624 commit 7a2295e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/app/georeferencer/qgsgcpcanvasitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
***************************************************************************/

#include "qgsgcpcanvasitem.h"
#include "qgsmapcanvas.h"
#include "qgsgeorefdatapoint.h"
#include "qgsproject.h"
#include "qgsrasterlayer.h"
Expand Down
5 changes: 4 additions & 1 deletion src/app/georeferencer/qgsgcpcanvasitem.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
#ifndef QGSGCPCANVASITEM_H
#define QGSGCPCANVASITEM_H

#include "qgsmapcanvas.h"
#include <QBrush>
#include <QPen>

#include "qgsmapcanvasitem.h"

class QgsMapCanvas;
class QgsGeorefDataPoint;

class QgsGCPCanvasItem : public QgsMapCanvasItem
Expand Down
1 change: 0 additions & 1 deletion src/app/georeferencer/qgsgeorefmainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
#include "qgsgeoreftooladdpoint.h"
#include "qgsgeoreftooldeletepoint.h"
#include "qgsgeoreftoolmovepoint.h"
#include "qgsgcpcanvasitem.h"
#include "qgscoordinateutils.h"

#include "qgsgcplistwidget.h"
Expand Down
1 change: 0 additions & 1 deletion src/app/georeferencer/qgsgeorefmainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class QgsGeorefToolAddPoint;
class QgsGeorefToolDeletePoint;
class QgsGeorefToolMovePoint;
class QgsGeorefToolMovePoint;
class QgsGCPCanvasItem;
class QgsGcpPoint;
class QgsMapLayer;
class QgsScreenHelper;
Expand Down
3 changes: 1 addition & 2 deletions src/app/georeferencer/qgsmapcoordsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
#include "qgsgui.h"
#include "qgsapplication.h"
#include "qgsprojectionselectionwidget.h"
#include "qgsproject.h"
#include "qgsgeorefdatapoint.h""
#include "qgsgeorefdatapoint.h"

QgsMapCoordsDialog::QgsMapCoordsDialog( QgsMapCanvas *qgisCanvas, QgsGeorefDataPoint *georefDataPoint, QgsCoordinateReferenceSystem &rasterCrs, QWidget *parent )
: QDialog( parent, Qt::Dialog )
Expand Down

0 comments on commit 7a2295e

Please sign in to comment.