aboutsummaryrefslogtreecommitdiff
path: root/src/OtherCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 11:14:36 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 11:14:36 +0100
commit94b2ee627c06679eb2622f2ac2e2fb0240fbab3c (patch)
treed6d38bec1b0b626924d2efd76b769c03b20d7a75 /src/OtherCommands.cxx
parente30a2dd2d7b7749562ba01bc004c6005c8401a12 (diff)
decoder_print: convert to C++
Diffstat (limited to 'src/OtherCommands.cxx')
-rw-r--r--src/OtherCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx
index 756f8d5b..66d97d84 100644
--- a/src/OtherCommands.cxx
+++ b/src/OtherCommands.cxx
@@ -28,13 +28,13 @@
#include "TagPrint.hxx"
#include "TimePrint.hxx"
#include "Mapper.hxx"
+#include "DecoderPrint.hxx"
extern "C" {
#include "protocol/argparser.h"
#include "protocol/result.h"
#include "ls.h"
#include "uri.h"
-#include "decoder_print.h"
#include "volume.h"
#include "stats.h"
}