aboutsummaryrefslogtreecommitdiffstats
path: root/src/OtherCommands.cxx
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/OtherCommands.cxx
parentf84e288ad7d89cd58acf3f919d8f2c679811dfcf (diff)
downloadmpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.tar.gz
mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.tar.xz
mpd-7ec1121cc832086f533dd0adfcb581e16c1e312d.zip
uri: 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 4909f37f5..07fbc8442 100644
--- a/src/OtherCommands.cxx
+++ b/src/OtherCommands.cxx
@@ -33,9 +33,9 @@
#include "protocol/Result.hxx"
#include "ls.hxx"
#include "Volume.hxx"
+#include "util/UriUtil.hxx"
extern "C" {
-#include "uri.h"
#include "stats.h"
}