string_util: convert to C++

This commit is contained in:
Max Kellermann
2013-04-09 01:08:20 +02:00
parent 14df240f5b
commit 0921180b90
13 changed files with 33 additions and 57 deletions

View File

@@ -22,7 +22,7 @@
#include "PlaylistPlugin.hxx"
#include "song.h"
#include "tag.h"
#include "string_util.h"
#include "util/StringUtil.hxx"
extern "C" {
#include "text_input_stream.h"