diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-01-19 18:32:33 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-01-22 18:41:54 -0800 |
commit | cef5c331fe6ab827e71aed1e4e0387983083c88e (patch) | |
tree | 47c71da0e81f25678640032d5708212ef022072e /test | |
parent | 5cd123422ed026912c53c44a393f141f990a09df (diff) | |
download | qtlocation-mapboxgl-cef5c331fe6ab827e71aed1e4e0387983083c88e.tar.gz |
[core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their API
Diffstat (limited to 'test')
-rw-r--r-- | test/storage/cache_size.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/storage/cache_size.cpp b/test/storage/cache_size.cpp index 78e3697790..7a98e1c835 100644 --- a/test/storage/cache_size.cpp +++ b/test/storage/cache_size.cpp @@ -5,7 +5,6 @@ #include <mbgl/storage/sqlite_cache.hpp> #include <mbgl/util/run_loop.hpp> #include <mbgl/util/string.hpp> -#include <mbgl/util/time.hpp> #include <mbgl/util/timer.hpp> #include <memory> |