Skip to content

Commit

Permalink
remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 25, 2012
1 parent afcd5b6 commit 6f2db9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/gui/qgsmaptip.cpp
Expand Up @@ -14,11 +14,7 @@
***************************************************************************/
// QGIS includes
#include <qgsmapcanvas.h>
#include <qgsmaplayer.h>
#include <qgsvectordataprovider.h>
#include <qgsvectorlayer.h>
#include <qgsfield.h>
#include <qgscoordinatetransform.h>

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

}

void QgsMapTip::showMapTip( QgsMapLayer * thepLayer,
void QgsMapTip::showMapTip( QgsMapLayer *thepLayer,
QgsPoint & theMapPosition,
QPoint & thePixelPosition,
QgsMapCanvas *thepMapCanvas )
Expand Down

0 comments on commit 6f2db9d

Please sign in to comment.