Skip to content

Commit

Permalink
Remove some unneeded qgssymbolv2.h includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 25, 2016
1 parent 503d094 commit 510f428
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsdecorationitem.h
Expand Up @@ -19,7 +19,7 @@
#define QGSDECORATIONITEM_H

#include <QObject>
#include "qgssymbolv2.h"
#include "qgsunittypes.h"

class QPainter;

Expand Down
1 change: 0 additions & 1 deletion src/app/qgsdiagramproperties.h
Expand Up @@ -18,7 +18,6 @@
#ifndef QGSDIAGRAMPROPERTIES_H
#define QGSDIAGRAMPROPERTIES_H

#include "qgssymbolv2.h"
#include <QDialog>
#include <ui_qgsdiagrampropertiesbase.h>

Expand Down
1 change: 0 additions & 1 deletion src/core/effects/qgstransformeffect.h
Expand Up @@ -20,7 +20,6 @@
#include "qgspainteffect.h"
#include "qgis.h"
#include "qgsmapunitscale.h"
#include "qgssymbolv2.h"
#include <QPainter>

/** \ingroup core
Expand Down
1 change: 0 additions & 1 deletion src/core/qgsdiagramrendererv2.cpp
Expand Up @@ -21,7 +21,6 @@
#include "qgslayertreemodellegendnode.h"
#include "qgsfontutils.h"
#include "qgssymbollayerv2utils.h"
#include "qgssymbolv2.h"

#include <QDomElement>
#include <QPainter>
Expand Down
1 change: 0 additions & 1 deletion src/core/qgspallabeling.cpp
Expand Up @@ -57,7 +57,6 @@
#include <qgsmarkersymbollayerv2.h>
#include <qgspainting.h>
#include <qgsproject.h>
#include "qgssymbolv2.h"
#include "qgssymbollayerv2utils.h"
#include "qgsmaptopixelgeometrysimplifier.h"
#include <QMessageBox>
Expand Down
1 change: 0 additions & 1 deletion src/core/qgsvectorlayer.cpp
Expand Up @@ -75,7 +75,6 @@
#include "qgsvectorlayerundocommand.h"
#include "qgspointv2.h"
#include "qgsrendererv2.h"
#include "qgssymbolv2.h"
#include "qgssymbollayerv2.h"
#include "qgssinglesymbolrendererv2.h"
#include "qgsdiagramrendererv2.h"
Expand Down

0 comments on commit 510f428

Please sign in to comment.