summaryrefslogtreecommitdiff
path: root/test/storage
diff options
context:
space:
mode:
Diffstat (limited to 'test/storage')
-rw-r--r--test/storage/offline_database.test.cpp2
-rw-r--r--test/storage/offline_download.test.cpp2
-rw-r--r--test/storage/sqlite.test.cpp2
3 files changed, 3 insertions, 3 deletions
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 <mbgl/util/io.hpp>
#include <mbgl/util/string.hpp>
-#include <sqlite3.hpp>
+#include <mbgl/storage/sqlite3.hpp>
#include <thread>
#include <random>
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 <mbgl/util/compression.hpp>
#include <mbgl/util/string.hpp>
-#include <sqlite3.hpp>
+#include <mbgl/storage/sqlite3.hpp>
#include <gtest/gtest.h>
#include <iostream>
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 <mbgl/test/util.hpp>
#include <mbgl/test/fixture_log_observer.hpp>
-#include <sqlite3.hpp>
+#include <mbgl/storage/sqlite3.hpp>
using namespace mbgl;