text_file: convert to C++

This commit is contained in:
Max Kellermann
2013-01-03 10:12:41 +01:00
parent 93f0bb8307
commit 2452447c81
11 changed files with 15 additions and 19 deletions

View File

@@ -20,9 +20,9 @@
#include "config.h"
#include "PlaylistDatabase.hxx"
#include "PlaylistVector.hxx"
#include "TextFile.hxx"
extern "C" {
#include "text_file.h"
#include "string_util.h"
}