input_{internal,plugin}: convert to C++
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "ArchiveLookup.hxx"
|
||||
#include "ArchiveList.hxx"
|
||||
#include "ArchivePlugin.hxx"
|
||||
#include "input_plugin.h"
|
||||
#include "InputPlugin.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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"
|
||||
|
@@ -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" {
|
||||
|
@@ -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>
|
||||
|
@@ -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"
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user