Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Turcotte <jturcotte@woboq.com>2017-09-01 19:11:43 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2017-09-18 15:00:52 +0300
commita1f1775d159c9ce3c7c0e569fe4f20f80a2bcf00 (patch)
treeb782e20d583ed150644dc8f479cc70d2fab9e348 /test/testownsql.cpp
parent5fbed0d1cd85f5bca4c865af543bda12af47226c (diff)
Move SyncJournalDB to src/common
Diffstat (limited to 'test/testownsql.cpp')
-rw-r--r--test/testownsql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testownsql.cpp b/test/testownsql.cpp
index 0172468e8..77541794a 100644
--- a/test/testownsql.cpp
+++ b/test/testownsql.cpp
@@ -8,7 +8,7 @@
#include <sqlite3.h>
-#include "ownsql.h"
+#include "common/ownsql.h"
using namespace OCC;