Skip to content

Commit

Permalink
Few more cleanups on #includes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4996 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Mar 10, 2006
1 parent e7dcb81 commit 66c28e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
3 changes: 2 additions & 1 deletion src/gui/qgsmaplayer.h
Expand Up @@ -24,6 +24,8 @@

#include <QObject>
#include <QPixmap>
#include <QMenu> // not forward declared because other .h files
// inherit from us and we're being nice to them.

#include "qgis.h"
#include "qgsrect.h"
Expand All @@ -40,7 +42,6 @@ class QgsLegendLayerFile;
class QDomNode;
class QDomDocument;
class QKeyEvent;
class QMenu;

/** \class QgsMapLayer
* \brief Base class for all map layer types.
Expand Down
10 changes: 0 additions & 10 deletions src/gui/qgsvectorlayer.cpp
Expand Up @@ -40,25 +40,15 @@
#include <netinet/in.h>
#endif

#include <Q3ListView>
#include <Q3Picture>
#include <Q3PopupMenu>
#include <Q3ProgressDialog>

#include <QAction>
#include <QApplication>
#include <QCursor>
#include <QLabel>
#include <QLibrary>
#include <QPolygon>
#include <QMessageBox>
#include <QPainter>
#include <QPixmap>
#include <QPolygonF>
#include <QProgressDialog>
#include <QString>
#include <QSettings>
#include <QWidget>

#include "qgsapplication.h"
#include "qgisapp.h"
Expand Down
4 changes: 0 additions & 4 deletions src/gui/qgsvectorlayer.h
Expand Up @@ -23,10 +23,6 @@
#include <set>
#include <vector>

#include <QPixmap>
#include <Q3PopupMenu>
#include <Q3ValueVector>

#include "qgsmaplayer.h"
#include "qgsattributeaction.h"
#include "qgsgeometry.h"
Expand Down

0 comments on commit 66c28e4

Please sign in to comment.