input_{internal,plugin}: convert to C++

This commit is contained in:
Max Kellermann
2013-01-25 22:43:01 +01:00
parent 94fffb332b
commit 49567f1f3e
19 changed files with 36 additions and 45 deletions

View File

@@ -22,7 +22,7 @@
#include "ArchiveLookup.hxx"
#include "ArchiveList.hxx"
#include "ArchivePlugin.hxx"
#include "input_plugin.h"
#include "InputPlugin.hxx"
#include <glib.h>

View File

@@ -23,8 +23,8 @@
#include "config.h"
#include "CdioParanoiaInputPlugin.hxx"
#include "input_internal.h"
#include "input_plugin.h"
#include "InputInternal.hxx"
#include "InputPlugin.hxx"
#include "refcount.h"
#include <stdio.h>

View File

@@ -19,12 +19,12 @@
#include "config.h"
#include "CurlInputPlugin.hxx"
#include "input_plugin.h"
#include "InputPlugin.hxx"
#include "conf.h"
#include "tag.h"
#include "IcyMetaDataParser.hxx"
#include "event/MultiSocketMonitor.hxx"
#include "input_internal.h"
#include "InputInternal.hxx"
#include "event/Loop.hxx"
#include "IOThread.hxx"
#include "glib_compat.h"

View File

@@ -20,8 +20,8 @@
#include "config.h"
#include "DespotifyInputPlugin.hxx"
#include "DespotifyUtils.hxx"
#include "input_internal.h"
#include "input_plugin.h"
#include "InputInternal.hxx"
#include "InputPlugin.hxx"
#include "tag.h"
extern "C" {

View File

@@ -22,8 +22,8 @@
#include "config.h"
#include "FfmpegInputPlugin.hxx"
#include "input_internal.h"
#include "input_plugin.h"
#include "InputInternal.hxx"
#include "InputPlugin.hxx"
extern "C" {
#include <libavutil/avutil.h>

View File

@@ -19,8 +19,8 @@
#include "config.h" /* must be first for large file support */
#include "FileInputPlugin.hxx"
#include "input_internal.h"
#include "input_plugin.h"
#include "InputInternal.hxx"
#include "InputPlugin.hxx"
#include "fd_util.h"
#include "open.h"
#include "io_error.h"

View File

@@ -19,8 +19,8 @@
#include "config.h"
#include "MmsInputPlugin.hxx"
#include "input_internal.h"
#include "input_plugin.h"
#include "InputInternal.hxx"
#include "InputPlugin.hxx"
#include <glib.h>
#include <libmms/mmsx.h>

View File

@@ -19,8 +19,8 @@
#include "config.h"
#include "RewindInputPlugin.hxx"
#include "input_internal.h"
#include "input_plugin.h"
#include "InputInternal.hxx"
#include "InputPlugin.hxx"
#include "tag.h"
#include <glib.h>

View File

@@ -19,8 +19,8 @@
#include "config.h"
#include "SoupInputPlugin.hxx"
#include "input_plugin.h"
#include "input_internal.h"
#include "InputPlugin.hxx"
#include "InputInternal.hxx"
#include "IOThread.hxx"
#include "event/Loop.hxx"
#include "conf.h"