Skip to content
Permalink
Browse files
Remove use of deprecated header
  • Loading branch information
nyalldawson committed Sep 11, 2017
1 parent c78ca05 commit 851c081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -25,6 +25,8 @@
#include "qgshelp.h"
#include "qgsmaplayerstylemanager.h"
#include "qgsvectorlayer.h"
#include "qgsvectorlayerjoininfo.h"
#include "layertree/qgslayertree.h"
#include "layertree/qgslayertreemodel.h"
#include "layertree/qgslayertreegroup.h"
#include "qgis_app.h"
@@ -14,7 +14,7 @@
***************************************************************************/


#include <stdlib.h>
#include <cstdlib>
#include <QFileInfo>
#include <QSettings>
#include <QDir>

0 comments on commit 851c081

Please sign in to comment.