Skip to content

Commit 28341f9

Browse files
committed
Remove unused includes from Python library
1 parent a1c08b4 commit 28341f9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/python/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ SET(QGISPYTHON_SRCS qgispython.cpp qgspythonutilsimpl.cpp)
22

33
INCLUDE_DIRECTORIES(
44
${CMAKE_SOURCE_DIR}/src/core
5-
${CMAKE_SOURCE_DIR}/src/core/expression
6-
${CMAKE_SOURCE_DIR}/src/core/geometry
7-
${CMAKE_SOURCE_DIR}/src/core/metadata
8-
${CMAKE_SOURCE_DIR}/src/core/raster
9-
${CMAKE_SOURCE_DIR}/src/gui
105

116
${CMAKE_BINARY_DIR}/src/core
127
${CMAKE_BINARY_DIR}/src/python

src/python/qgspythonutilsimpl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "qgslogger.h"
3030
#include "qgsmessageoutput.h"
3131

32-
#include <QMessageBox>
3332
#include <QStringList>
3433
#include <QDir>
3534
#include <QStandardPaths>

0 commit comments

Comments
 (0)