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/PlaylistDatabase.cxx | |
parent | 14df240f5b16822da0901b35f7d0cb053c895129 (diff) |
string_util: convert to C++
Diffstat (limited to 'src/PlaylistDatabase.cxx')
-rw-r--r-- | src/PlaylistDatabase.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/PlaylistDatabase.cxx b/src/PlaylistDatabase.cxx index edc6a2815..c5cfc8397 100644 --- a/src/PlaylistDatabase.cxx +++ b/src/PlaylistDatabase.cxx @@ -21,10 +21,7 @@ #include "PlaylistDatabase.hxx" #include "PlaylistVector.hxx" #include "TextFile.hxx" - -extern "C" { -#include "string_util.h" -} +#include "util/StringUtil.hxx" #include <string.h> #include <stdlib.h> |