diff options
author | Max Kellermann <max@duempel.org> | 2013-04-08 23:30:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-08 23:45:31 +0200 |
commit | 7ec1121cc832086f533dd0adfcb581e16c1e312d (patch) | |
tree | 62a41c60f5a4f86f95feb46e7e0405d9a230df95 /src/playlist/XspfPlaylistPlugin.cxx | |
parent | f84e288ad7d89cd58acf3f919d8f2c679811dfcf (diff) | |
download | mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.tar.gz mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.tar.xz mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.zip |
uri: convert to C++
Diffstat (limited to 'src/playlist/XspfPlaylistPlugin.cxx')
-rw-r--r-- | src/playlist/XspfPlaylistPlugin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/playlist/XspfPlaylistPlugin.cxx b/src/playlist/XspfPlaylistPlugin.cxx index bd84d86b7..0484246e3 100644 --- a/src/playlist/XspfPlaylistPlugin.cxx +++ b/src/playlist/XspfPlaylistPlugin.cxx @@ -21,7 +21,6 @@ #include "XspfPlaylistPlugin.hxx" #include "MemoryPlaylistProvider.hxx" #include "input_stream.h" -#include "uri.h" #include "tag.h" #include <glib.h> |