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

@@ -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>