From 1d8235f5b899a2cd8414522b2d72b96fab91577b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 13 Dec 2018 18:45:29 +0100 Subject: [build] rework platform/default directory and add -files.txt for vendored libs --- test/storage/offline_database.test.cpp | 2 +- test/storage/offline_download.test.cpp | 2 +- test/storage/sqlite.test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/storage') diff --git a/test/storage/offline_database.test.cpp b/test/storage/offline_database.test.cpp index 41eae6f103..809771af07 100644 --- a/test/storage/offline_database.test.cpp +++ b/test/storage/offline_database.test.cpp @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include diff --git a/test/storage/offline_download.test.cpp b/test/storage/offline_download.test.cpp index 83fb7f3c18..2195585bf5 100644 --- a/test/storage/offline_download.test.cpp +++ b/test/storage/offline_download.test.cpp @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include diff --git a/test/storage/sqlite.test.cpp b/test/storage/sqlite.test.cpp index cdbb7f26d7..1e2cc5488e 100644 --- a/test/storage/sqlite.test.cpp +++ b/test/storage/sqlite.test.cpp @@ -1,7 +1,7 @@ #include #include -#include +#include using namespace mbgl; -- cgit v1.2.1