From e7b0b31d58997ce0c849129d07a97cb0740beb7e Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 6 Jan 2016 18:01:31 -0800 Subject: [core] Privatize SQLiteCache --- bin/render.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/render.cpp b/bin/render.cpp index 71f74b043c..26fd06d507 100644 --- a/bin/render.cpp +++ b/bin/render.cpp @@ -6,7 +6,6 @@ #include #include #include -#include #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunknown-pragmas" @@ -65,8 +64,7 @@ int main(int argc, char *argv[]) { using namespace mbgl; util::RunLoop loop; - SQLiteCache cache(cache_file); - DefaultFileSource fileSource(&cache); + DefaultFileSource fileSource(cache_file); // Try to load the token from the environment. if (!token.size()) { -- cgit v1.2.1