Skip to content

Commit

Permalink
Remove use of deprecated header
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 2 additions & 0 deletions src/app/qgsvectorlayerproperties.h
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgssettings.cpp
Expand Up @@ -14,7 +14,7 @@
***************************************************************************/


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

0 comments on commit 851c081

Please sign in to comment.