io_thread: convert to C++

This commit is contained in:
Max Kellermann
2013-01-10 10:33:20 +01:00
parent 33ba288622
commit e0a97a030f
12 changed files with 40 additions and 44 deletions

View File

@@ -26,9 +26,9 @@
extern "C" {
#include "input_internal.h"
#include "icy_metadata.h"
#include "io_thread.h"
}
#include "IOThread.hxx"
#include "glib_compat.h"
#include <assert.h>

View File

@@ -23,9 +23,9 @@
extern "C" {
#include "input_internal.h"
#include "io_thread.h"
}
#include "IOThread.hxx"
#include "conf.h"
extern "C" {