Skip to content

Commit

Permalink
remove relative includes (#35228)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 21, 2020
1 parent 4356845 commit 11121ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -1375,10 +1375,11 @@ INCLUDE_DIRECTORIES(
3d
annotations
auth
callouts
classification
dxf
effects
${CMAKE_SOURCE_DIR}/src/core/expression
expression
fieldformatter
geometry
geocms
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsapplication.cpp
Expand Up @@ -41,9 +41,9 @@
#include "qgsrendererregistry.h"
#include "qgssymbollayerregistry.h"
#include "qgssymbollayerutils.h"
#include "callouts/qgscalloutsregistry.h"
#include "qgscalloutsregistry.h"
#include "qgspluginlayerregistry.h"
#include "classification/qgsclassificationmethodregistry.h"
#include "qgsclassificationmethodregistry.h"
#include "qgsmessagelog.h"
#include "qgsannotationregistry.h"
#include "qgssettings.h"
Expand Down

0 comments on commit 11121ae

Please sign in to comment.