Skip to content
Permalink
Browse files
Few more cleanups on #includes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4996 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Mar 10, 2006
1 parent cd14854 commit 7b3d714
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
@@ -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"
@@ -40,7 +42,6 @@ class QgsLegendLayerFile;
class QDomNode;
class QDomDocument;
class QKeyEvent;
class QMenu;

/** \class QgsMapLayer
* \brief Base class for all map layer types.
@@ -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"
@@ -23,10 +23,6 @@
#include <set>
#include <vector>

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

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

0 comments on commit 7b3d714

Please sign in to comment.