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 "OutputState.hxx"
#include "playlist.h"
#include "PlaylistState.hxx"
#include "TextFile.hxx"
extern "C" {
#include "volume.h"
#include "text_file.h"
}
#include <glib.h>