Skip to content

Commit d5074df

Browse files
committedJan 5, 2018
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

Lines changed: 0 additions & 3 deletions
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)
Please sign in to comment.