diff options
author | Max Kellermann <max@duempel.org> | 2013-04-09 01:08:20 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-09 01:08:20 +0200 |
commit | 0921180b9020c2a83d0c1e6636d32278770de5d9 (patch) | |
tree | fa342d4c90a090bbfdc9ee3b733bce7f5d200ddd /src/DecoderPlugin.cxx | |
parent | 14df240f5b16822da0901b35f7d0cb053c895129 (diff) | |
download | mpd-0921180b9020c2a83d0c1e6636d32278770de5d9.tar.gz mpd-0921180b9020c2a83d0c1e6636d32278770de5d9.tar.xz mpd-0921180b9020c2a83d0c1e6636d32278770de5d9.zip |
string_util: convert to C++
Diffstat (limited to 'src/DecoderPlugin.cxx')
-rw-r--r-- | src/DecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderPlugin.cxx b/src/DecoderPlugin.cxx index ccea032de..bcee3ac66 100644 --- a/src/DecoderPlugin.cxx +++ b/src/DecoderPlugin.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "decoder_plugin.h" -#include "string_util.h" +#include "util/StringUtil.hxx" #include <assert.h> |