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

@@ -22,10 +22,10 @@
#include "song.h"
#include "TagSave.hxx"
#include "Directory.hxx"
#include "TextFile.hxx"
extern "C" {
#include "tag.h"
#include "text_file.h"
#include "string_util.h"
}