Skip to content

Commit d5074df

Browse files
committed
Remove double import; Followup ab05bfb
1 parent 4abac93 commit d5074df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/qgslogger.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@
1515
* *
1616
***************************************************************************/
1717

18-
1918
#include "qgslogger.h"
2019

2120
#include <QApplication>
2221
#include <QtDebug>
2322
#include <QFile>
2423
#include <QThread>
2524

26-
#include "qgsconfig.h"
27-
2825
#ifndef CMAKE_SOURCE_DIR
2926
#error CMAKE_SOURCE_DIR undefined
3027
#endif // CMAKE_SOURCE_DIR

0 commit comments

Comments
 (0)