aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-08 23:30:21 +0200
committerMax Kellermann <max@duempel.org>2013-04-08 23:45:31 +0200
commit7ec1121cc832086f533dd0adfcb581e16c1e312d (patch)
tree62a41c60f5a4f86f95feb46e7e0405d9a230df95 /src/decoder
parentf84e288ad7d89cd58acf3f919d8f2c679811dfcf (diff)
downloadmpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.tar.gz
mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.tar.xz
mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.zip
uri: convert to C++
Diffstat (limited to '')
-rw-r--r--src/decoder/GmeDecoderPlugin.cxx5
-rw-r--r--src/decoder/VorbisDecoderPlugin.cxx2
2 files changed, 2 insertions, 5 deletions
diff --git a/src/decoder/GmeDecoderPlugin.cxx b/src/decoder/GmeDecoderPlugin.cxx
index b778f68b1..9693dd32b 100644
--- a/src/decoder/GmeDecoderPlugin.cxx
+++ b/src/decoder/GmeDecoderPlugin.cxx
@@ -22,10 +22,7 @@
#include "decoder_api.h"
#include "audio_check.h"
#include "tag_handler.h"
-
-extern "C" {
-#include "uri.h"
-}
+#include "util/UriUtil.hxx"
#include <glib.h>
#include <assert.h>
diff --git a/src/decoder/VorbisDecoderPlugin.cxx b/src/decoder/VorbisDecoderPlugin.cxx
index 488786ed8..822714c4e 100644
--- a/src/decoder/VorbisDecoderPlugin.cxx
+++ b/src/decoder/VorbisDecoderPlugin.cxx
@@ -23,10 +23,10 @@
#include "decoder_api.h"
#include "InputStream.hxx"
#include "OggCodec.hxx"
+#include "util/UriUtil.hxx"
extern "C" {
#include "audio_check.h"
-#include "uri.h"
}
#include "tag_handler.h"