Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 15, 2017
1 parent cb693a7 commit 0a9c107
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
Expand Up @@ -14,7 +14,6 @@
* *
***************************************************************************/

#include "qgscrscache.h"
#include "qgsgeometrychecker.h"
#include "qgsgeometrycheck.h"
#include "qgsfeaturepool.h"
Expand Down
Expand Up @@ -13,7 +13,6 @@
* *
***************************************************************************/

#include "qgscrscache.h"
#include "qgsgeometryfollowboundariescheck.h"
#include "qgsgeometryengine.h"
#include "qgsproject.h"
Expand Down
1 change: 0 additions & 1 deletion src/app/qgscustomprojectiondialog.cpp
Expand Up @@ -24,7 +24,6 @@
#include "qgsapplication.h"
#include "qgslogger.h"
#include "qgsprojectionselectiondialog.h"
#include "qgscrscache.h"
#include "qgssettings.h"
#include "qgssqliteutils.h"

Expand Down
1 change: 0 additions & 1 deletion src/app/qgsdxfexportdialog.cpp
Expand Up @@ -29,7 +29,6 @@
#include "qgsmapthemecollection.h"
#include "qgsmapcanvas.h"
#include "qgsprojectionselectiondialog.h"
#include "qgscrscache.h"
#include "qgssettings.h"

#include <QFileDialog>
Expand Down
1 change: 0 additions & 1 deletion src/core/composer/qgsatlascomposition.cpp
Expand Up @@ -29,7 +29,6 @@
#include "qgsproject.h"
#include "qgsmessagelog.h"
#include "qgsexpressioncontext.h"
#include "qgscrscache.h"
#include "qgsmapsettings.h"

QgsAtlasComposition::QgsAtlasComposition( QgsComposition *composition )
Expand Down
1 change: 0 additions & 1 deletion src/core/dxf/qgsdxfexport.cpp
Expand Up @@ -39,7 +39,6 @@
#include "qgsvectorlayer.h"
#include "qgsunittypes.h"
#include "qgstextlabelfeature.h"
#include "qgscrscache.h"
#include "qgslogger.h"
#include "qgsmaplayerstylemanager.h"

Expand Down
1 change: 0 additions & 1 deletion src/core/qgsmaphittest.cpp
Expand Up @@ -25,7 +25,6 @@
#include "qgssymbollayerutils.h"
#include "qgsgeometry.h"
#include "qgsgeometryengine.h"
#include "qgscrscache.h"

QgsMapHitTest::QgsMapHitTest( const QgsMapSettings &settings, const QgsGeometry &polygon, const LayerFilterExpression &layerFilterExpression )
: mSettings( settings )
Expand Down
1 change: 0 additions & 1 deletion src/core/raster/qgsrasterprojector.cpp
Expand Up @@ -17,7 +17,6 @@
#include <algorithm>

#include "qgsrasterdataprovider.h"
#include "qgscrscache.h"
#include "qgslogger.h"
#include "qgsrasterprojector.h"
#include "qgscoordinatetransform.h"
Expand Down
Expand Up @@ -28,7 +28,6 @@
#include "qgsgeometrycheck.h"
#include "qgsfeaturepool.h"

#include "qgscrscache.h"
#include "qgsgeometry.h"
#include "qgisinterface.h"
#include "qgsmapcanvas.h"
Expand Down
Expand Up @@ -24,7 +24,6 @@

#include "qgsfeatureiterator.h"
#include "qgisinterface.h"
#include "qgscrscache.h"
#include "qgsproject.h"
#include "qgsvectorlayer.h"
#include "qgsmapcanvas.h"
Expand Down
1 change: 0 additions & 1 deletion tests/src/geometry_checker/testqgsgeometrychecks.cpp
Expand Up @@ -14,7 +14,6 @@
***************************************************************************/

#include "qgstest.h"
#include "qgscrscache.h"
#include "qgsfeature.h"
#include "qgsfeaturepool.h"
#include "qgsvectorlayer.h"
Expand Down

0 comments on commit 0a9c107

Please sign in to comment.