input_stream.h: rename to InputLegacy.hxx

This commit is contained in:
Max Kellermann
2013-09-03 09:18:30 +02:00
parent 3deca8fccd
commit 8d36367fe2
22 changed files with 26 additions and 38 deletions

View File

@@ -21,7 +21,7 @@
#include "TagSave.hxx"
#include "Song.hxx"
#include "Directory.hxx"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include "conf.h"
#include "DecoderAPI.hxx"
#include "DecoderList.hxx"

View File

@@ -22,7 +22,7 @@
#include "DecoderList.hxx"
#include "DecoderAPI.hxx"
#include "InputInit.hxx"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include "AudioFormat.hxx"
#include "stdbin.h"

View File

@@ -22,7 +22,7 @@
#include "stdbin.h"
#include "Tag.hxx"
#include "conf.h"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include "InputStream.hxx"
#include "InputInit.hxx"
#include "IOThread.hxx"