diff options
author | Dane Springmeyer <dane@mapbox.com> | 2017-02-02 12:53:22 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-02 15:48:00 -0600 |
commit | 09c69347919f525936ce249c53905835d20d2a8d (patch) | |
tree | 024fa24437f6734b9ce9cd6f8a84a5bad9401b7a | |
parent | 22b3834caa5fe3ae91cf957124a3f1ad1d165cee (diff) | |
download | qtlocation-mapboxgl-09c69347919f525936ce249c53905835d20d2a8d.tar.gz |
regex is no longer used after 6c91c3e
-rw-r--r-- | test/util/http_timeout.test.cpp | 2 | ||||
-rw-r--r-- | test/util/mapbox.test.cpp | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/test/util/http_timeout.test.cpp b/test/util/http_timeout.test.cpp index 26a306c6e5..e9899f9560 100644 --- a/test/util/http_timeout.test.cpp +++ b/test/util/http_timeout.test.cpp @@ -2,8 +2,6 @@ #include <mbgl/util/logging.hpp> #include <mbgl/util/http_timeout.hpp> -#include <regex> -#include <iostream> using namespace mbgl; using namespace mbgl::http; diff --git a/test/util/mapbox.test.cpp b/test/util/mapbox.test.cpp index 452106d6e6..299f0df833 100644 --- a/test/util/mapbox.test.cpp +++ b/test/util/mapbox.test.cpp @@ -3,8 +3,7 @@ #include <mbgl/util/logging.hpp> #include <mbgl/util/mapbox.hpp> #include <mbgl/util/constants.hpp> -#include <regex> -#include <iostream> +#include <stdexcept> using namespace mbgl; |