summaryrefslogtreecommitdiff
path: root/src/decoder/DecoderPrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 00:26:53 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 00:26:53 +0100
commite199c33c6e9eb2f1aa588073f49f44de274985d5 (patch)
treed291a074e01cee077d34c69ce6f0111e77740c38 /src/decoder/DecoderPrint.cxx
parent08296cd66d0ef4729767d97420fab96278a9af17 (diff)
Client*: move to client/
Diffstat (limited to 'src/decoder/DecoderPrint.cxx')
-rw-r--r--src/decoder/DecoderPrint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderPrint.cxx b/src/decoder/DecoderPrint.cxx
index 06ef1f05e..54b89c36c 100644
--- a/src/decoder/DecoderPrint.cxx
+++ b/src/decoder/DecoderPrint.cxx
@@ -21,7 +21,7 @@
#include "DecoderPrint.hxx"
#include "DecoderList.hxx"
#include "DecoderPlugin.hxx"
-#include "Client.hxx"
+#include "client/Client.hxx"
#include <functional>