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/testsyncjournaldb.cpp
parent5fbed0d1cd85f5bca4c865af543bda12af47226c (diff)
Move SyncJournalDB to src/common
Diffstat (limited to 'test/testsyncjournaldb.cpp')
-rw-r--r--test/testsyncjournaldb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testsyncjournaldb.cpp b/test/testsyncjournaldb.cpp
index e01a32f13..e3ea07cd9 100644
--- a/test/testsyncjournaldb.cpp
+++ b/test/testsyncjournaldb.cpp
@@ -8,8 +8,8 @@
#include <sqlite3.h>
-#include "syncjournaldb.h"
-#include "syncjournalfilerecord.h"
+#include "common/syncjournaldb.h"
+#include "common/syncjournalfilerecord.h"
using namespace OCC;