Input*: move to input/
This commit is contained in:
@@ -42,7 +42,7 @@ using std::endl;
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_LIBUPNP
|
||||
#include "InputStream.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
size_t
|
||||
InputStream::LockRead(void *, size_t, Error &)
|
||||
{
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "decoder/DecoderAPI.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
|
@@ -21,10 +21,10 @@
|
||||
#include "TagSave.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "playlist/SongEnumerator.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
#include "config/ConfigGlobal.hxx"
|
||||
#include "decoder/DecoderList.hxx"
|
||||
#include "InputInit.hxx"
|
||||
#include "input/Init.hxx"
|
||||
#include "IOThread.hxx"
|
||||
#include "playlist/PlaylistRegistry.hxx"
|
||||
#include "playlist/PlaylistPlugin.hxx"
|
||||
@@ -93,7 +93,7 @@ int main(int argc, char **argv)
|
||||
LogError(error);
|
||||
else
|
||||
fprintf(stderr,
|
||||
"InputStream::Open() failed\n");
|
||||
"input/InputStream::Open() failed\n");
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
@@ -19,11 +19,11 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "IOThread.hxx"
|
||||
#include "InputInit.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "input/Init.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
#include "input/TextInputStream.hxx"
|
||||
#include "config/ConfigGlobal.hxx"
|
||||
#include "stdbin.h"
|
||||
#include "TextInputStream.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
#include "Log.hxx"
|
||||
|
@@ -21,8 +21,8 @@
|
||||
#include "IOThread.hxx"
|
||||
#include "decoder/DecoderList.hxx"
|
||||
#include "decoder/DecoderPlugin.hxx"
|
||||
#include "InputInit.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "input/Init.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
|
@@ -21,8 +21,8 @@
|
||||
#include "IOThread.hxx"
|
||||
#include "decoder/DecoderList.hxx"
|
||||
#include "decoder/DecoderAPI.hxx"
|
||||
#include "InputInit.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "input/Init.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
@@ -222,7 +222,7 @@ int main(int argc, char **argv)
|
||||
if (error.IsDefined())
|
||||
LogError(error);
|
||||
else
|
||||
fprintf(stderr, "InputStream::Open() failed\n");
|
||||
fprintf(stderr, "input/InputStream::Open() failed\n");
|
||||
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
@@ -22,8 +22,8 @@
|
||||
#include "stdbin.h"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "config/ConfigGlobal.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "InputInit.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
#include "input/Init.hxx"
|
||||
#include "IOThread.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "tag/Tag.hxx"
|
||||
#include "config/ConfigGlobal.hxx"
|
||||
#include "IOThread.hxx"
|
||||
#include "InputInit.hxx"
|
||||
#include "input/Init.hxx"
|
||||
#include "archive/ArchiveList.hxx"
|
||||
#include "archive/ArchivePlugin.hxx"
|
||||
#include "archive/ArchiveFile.hxx"
|
||||
|
Reference in New Issue
Block a user