Skip to content

Commit 6f2db9d

Browse files
committed
remove unused includes
1 parent afcd5b6 commit 6f2db9d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/gui/qgsmaptip.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
***************************************************************************/
1515
// QGIS includes
1616
#include <qgsmapcanvas.h>
17-
#include <qgsmaplayer.h>
18-
#include <qgsvectordataprovider.h>
1917
#include <qgsvectorlayer.h>
20-
#include <qgsfield.h>
21-
#include <qgscoordinatetransform.h>
2218

2319
// Qt includes
2420
#include <QPoint>
@@ -38,7 +34,7 @@ QgsMapTip::~QgsMapTip()
3834

3935
}
4036

41-
void QgsMapTip::showMapTip( QgsMapLayer * thepLayer,
37+
void QgsMapTip::showMapTip( QgsMapLayer *thepLayer,
4238
QgsPoint & theMapPosition,
4339
QPoint & thePixelPosition,
4440
QgsMapCanvas *thepMapCanvas )

0 commit comments

Comments
 (0)