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

@@ -20,7 +20,7 @@
#include "config.h"
#include "AsxPlaylistPlugin.hxx"
#include "MemoryPlaylistProvider.hxx"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include "Song.hxx"
#include "Tag.hxx"

View File

@@ -22,7 +22,7 @@
#include "PlaylistPlugin.hxx"
#include "Tag.hxx"
#include "Song.hxx"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include "cue/CueParser.hxx"
#include "TextInputStream.hxx"

View File

@@ -23,7 +23,7 @@
#include "PlaylistRegistry.hxx"
#include "conf.h"
#include "Song.hxx"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include <glib.h>

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "PlsPlaylistPlugin.hxx"
#include "MemoryPlaylistProvider.hxx"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include "Song.hxx"
#include "Tag.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "RssPlaylistPlugin.hxx"
#include "MemoryPlaylistProvider.hxx"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include "Song.hxx"
#include "Tag.hxx"

View File

@@ -21,7 +21,7 @@
#include "SoundCloudPlaylistPlugin.hxx"
#include "MemoryPlaylistProvider.hxx"
#include "conf.h"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include "Song.hxx"
#include "Tag.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "XspfPlaylistPlugin.hxx"
#include "MemoryPlaylistProvider.hxx"
#include "input_stream.h"
#include "InputLegacy.hxx"
#include "Tag.hxx"
#include <glib.h>