input_stream: move input_stream_init(), _deinit() to _internal.c
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "input/cdio_paranoia_input_plugin.h"
|
||||
#include "input_internal.h"
|
||||
#include "input_plugin.h"
|
||||
#include "refcount.h"
|
||||
#include "pcm_buffer.h"
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "input/curl_input_plugin.h"
|
||||
#include "input_internal.h"
|
||||
#include "input_plugin.h"
|
||||
#include "conf.h"
|
||||
#include "tag.h"
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "input/despotify_input_plugin.h"
|
||||
#include "input_internal.h"
|
||||
#include "input_plugin.h"
|
||||
#include "tag.h"
|
||||
#include "despotify_utils.h"
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "input/ffmpeg_input_plugin.h"
|
||||
#include "input_internal.h"
|
||||
#include "input_plugin.h"
|
||||
|
||||
#include <libavformat/avio.h>
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "config.h" /* must be first for large file support */
|
||||
#include "input/file_input_plugin.h"
|
||||
#include "input_internal.h"
|
||||
#include "input_plugin.h"
|
||||
#include "fd_util.h"
|
||||
#include "open.h"
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "input/mms_input_plugin.h"
|
||||
#include "input_internal.h"
|
||||
#include "input_plugin.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "input/rewind_input_plugin.h"
|
||||
#include "input_internal.h"
|
||||
#include "input_plugin.h"
|
||||
#include "tag.h"
|
||||
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "input/soup_input_plugin.h"
|
||||
#include "input_internal.h"
|
||||
#include "input_plugin.h"
|
||||
#include "io_thread.h"
|
||||
#include "conf.h"
|
||||
|
Reference in New Issue
Block a user