summaryrefslogtreecommitdiff
path: root/platform/qt/src/qt_geojson.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2016-09-27 16:18:04 +0300
committerGitHub <noreply@github.com>2016-09-27 16:18:04 +0300
commite881795ed10484ecfe8de73aaaa349c44eb259db (patch)
tree1be2ea7d8295bc8d6cb990f095083ad70eed995a /platform/qt/src/qt_geojson.hpp
parent0c0671bff0aa7f2ac7fe0c3e2221e050fbda6905 (diff)
downloadqtlocation-mapboxgl-e881795ed10484ecfe8de73aaaa349c44eb259db.tar.gz
[Qt] Header cleanup (#6477)
Make some headers private, so we only commit with the QML API.
Diffstat (limited to 'platform/qt/src/qt_geojson.hpp')
-rw-r--r--platform/qt/src/qt_geojson.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/qt/src/qt_geojson.hpp b/platform/qt/src/qt_geojson.hpp
index fd2b689fed..07813623fd 100644
--- a/platform/qt/src/qt_geojson.hpp
+++ b/platform/qt/src/qt_geojson.hpp
@@ -4,12 +4,12 @@
#include <mbgl/style/conversion/geojson.hpp>
#include <mbgl/util/rapidjson.hpp>
-#include <sstream>
-#include <string>
-
#include <QByteArray>
#include <QVariant>
+#include <sstream>
+#include <string>
+
namespace mbgl {
namespace style {
namespace conversion {