Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Death to pal::RTree
  • Loading branch information
nyalldawson committed Dec 10, 2019
1 parent f9a3d05 commit d15c9e7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,606 deletions.
1 change: 0 additions & 1 deletion src/core/pal/costcalculator.h
Expand Up @@ -18,7 +18,6 @@
#define SIP_NO_FILE

#include <QList>
#include "rtree.hpp"

/**
* \class pal::CostCalculator
Expand Down
1 change: 0 additions & 1 deletion src/core/pal/feature.h
Expand Up @@ -37,7 +37,6 @@
#include "pointset.h"
#include "labelposition.h" // for LabelPosition enum
#include "qgslabelfeature.h"
#include "rtree.hpp"
#include <iostream>
#include <fstream>
#include <cmath>
Expand Down
1 change: 0 additions & 1 deletion src/core/pal/labelposition.h
Expand Up @@ -35,7 +35,6 @@

#include "qgis_core.h"
#include "pointset.h"
#include "rtree.hpp"
#include "qgsgenericspatialindex.h"
#include <fstream>

Expand Down
1 change: 0 additions & 1 deletion src/core/pal/layer.h
Expand Up @@ -35,7 +35,6 @@

#include "qgis_core.h"
#include "pal.h" // for LineArrangementFlags enum
#include "rtree.hpp"
#include "qgsgeos.h"
#include "qgsgenericspatialindex.h"
#include <QMutex>
Expand Down
1 change: 0 additions & 1 deletion src/core/pal/pal.cpp
Expand Up @@ -32,7 +32,6 @@
#include "layer.h"
#include "palexception.h"
#include "palstat.h"
#include "rtree.hpp"
#include "costcalculator.h"
#include "feature.h"
#include "geomfunction.h"
Expand Down
1 change: 0 additions & 1 deletion src/core/pal/problem.cpp
Expand Up @@ -30,7 +30,6 @@
#include "pal.h"
#include "palstat.h"
#include "layer.h"
#include "rtree.hpp"
#include "feature.h"
#include "geomfunction.h"
#include "labelposition.h"
Expand Down

0 comments on commit d15c9e7

Please sign in to comment.