Skip to content

Commit

Permalink
Remove unused includes from Python library
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 28, 2019
1 parent a1c08b4 commit 28341f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/python/CMakeLists.txt
Expand Up @@ -2,11 +2,6 @@ SET(QGISPYTHON_SRCS qgispython.cpp qgspythonutilsimpl.cpp)


INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/src/core ${CMAKE_SOURCE_DIR}/src/core
${CMAKE_SOURCE_DIR}/src/core/expression
${CMAKE_SOURCE_DIR}/src/core/geometry
${CMAKE_SOURCE_DIR}/src/core/metadata
${CMAKE_SOURCE_DIR}/src/core/raster
${CMAKE_SOURCE_DIR}/src/gui


${CMAKE_BINARY_DIR}/src/core ${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/python ${CMAKE_BINARY_DIR}/src/python
Expand Down
1 change: 0 additions & 1 deletion src/python/qgspythonutilsimpl.cpp
Expand Up @@ -29,7 +29,6 @@
#include "qgslogger.h" #include "qgslogger.h"
#include "qgsmessageoutput.h" #include "qgsmessageoutput.h"


#include <QMessageBox>
#include <QStringList> #include <QStringList>
#include <QDir> #include <QDir>
#include <QStandardPaths> #include <QStandardPaths>
Expand Down

0 comments on commit 28341f9

Please sign in to comment.