diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-14 16:50:37 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-15 09:56:18 -0700 |
commit | 1ee0055710b31de4fa51a7cc58efe77973255114 (patch) | |
tree | e640c70fd02a9b33ed8a9742b29cca9308d826d7 /test/style | |
parent | 9d18d65eda9e564553ce712cfed5c7615986b0f2 (diff) | |
download | qtlocation-mapboxgl-1ee0055710b31de4fa51a7cc58efe77973255114.tar.gz |
[core] Eliminate MapData
Diffstat (limited to 'test/style')
-rw-r--r-- | test/style/style.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/style/style.cpp b/test/style/style.cpp index 831edfff94..b60245e843 100644 --- a/test/style/style.cpp +++ b/test/style/style.cpp @@ -1,7 +1,6 @@ #include <mbgl/test/util.hpp> #include <mbgl/test/stub_file_source.hpp> -#include <mbgl/map/map_data.hpp> #include <mbgl/style/style.hpp> #include <mbgl/util/io.hpp> |