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/TagFile.cxx | |
parent | f84e288ad7d89cd58acf3f919d8f2c679811dfcf (diff) |
uri: convert to C++
Diffstat (limited to 'src/TagFile.cxx')
-rw-r--r-- | src/TagFile.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/TagFile.cxx b/src/TagFile.cxx index 046778bd2..3cc4c0f54 100644 --- a/src/TagFile.cxx +++ b/src/TagFile.cxx @@ -19,11 +19,7 @@ #include "config.h" #include "TagFile.hxx" - -extern "C" { -#include "uri.h" -} - +#include "util/UriUtil.hxx" #include "DecoderList.hxx" #include "decoder_plugin.h" #include "input_stream.h" |