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 /src/libsync/syncfilestatustracker.h
parent5fbed0d1cd85f5bca4c865af543bda12af47226c (diff)
Move SyncJournalDB to src/common
Diffstat (limited to 'src/libsync/syncfilestatustracker.h')
-rw-r--r--src/libsync/syncfilestatustracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/syncfilestatustracker.h b/src/libsync/syncfilestatustracker.h
index 48ecfd5c2..f4b31a130 100644
--- a/src/libsync/syncfilestatustracker.h
+++ b/src/libsync/syncfilestatustracker.h
@@ -16,7 +16,7 @@
#ifndef SYNCFILESTATUSTRACKER_H
#define SYNCFILESTATUSTRACKER_H
-#include "ownsql.h"
+// #include "ownsql.h"
#include "syncfileitem.h"
#include "syncfilestatus.h"
#include <map>