diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-21 15:44:54 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-21 15:44:54 +0200 |
commit | 2998d9d3d5dfc825904b53393e9ae12e7cd5b72b (patch) | |
tree | 40b4508a4b5ec7d66609634f025a72d756df738c /synchronizer | |
parent | 47f105febcd17d6db1f998a99c6c6c423851573a (diff) | |
download | sink-2998d9d3d5dfc825904b53393e9ae12e7cd5b72b.tar.gz sink-2998d9d3d5dfc825904b53393e9ae12e7cd5b72b.zip |
Moved Console to client.
It's part of the demo application.
Diffstat (limited to 'synchronizer')
-rw-r--r-- | synchronizer/listener.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synchronizer/listener.cpp b/synchronizer/listener.cpp index c68bd9a..e930a02 100644 --- a/synchronizer/listener.cpp +++ b/synchronizer/listener.cpp | |||
@@ -20,7 +20,6 @@ | |||
20 | #include "listener.h" | 20 | #include "listener.h" |
21 | 21 | ||
22 | #include "common/clientapi.h" | 22 | #include "common/clientapi.h" |
23 | #include "common/console.h" | ||
24 | #include "common/commands.h" | 23 | #include "common/commands.h" |
25 | #include "common/resource.h" | 24 | #include "common/resource.h" |
26 | #include "common/log.h" | 25 | #include "common/log.h" |