Tag, ...: move to libtag.a
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "MessageCommands.hxx"
|
||||
#include "OtherCommands.hxx"
|
||||
#include "Permission.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/TagType.h"
|
||||
#include "protocol/Result.hxx"
|
||||
#include "Client.hxx"
|
||||
#include "util/Tokenizer.hxx"
|
||||
|
@@ -21,7 +21,6 @@
|
||||
#include "CrossFade.hxx"
|
||||
#include "MusicChunk.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "Tag.hxx"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#include "DatabaseSelection.hxx"
|
||||
#include "CommandError.hxx"
|
||||
#include "ClientInternal.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/UriUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "SongFilter.hxx"
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "DatabaseHelpers.hxx"
|
||||
#include "DatabasePlugin.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <functional>
|
||||
#include <set>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_MEMORY_DATABASE_PLUGIN_HXX
|
||||
|
||||
#include "DatabaseVisitor.hxx"
|
||||
#include "TagType.h"
|
||||
#include "tag/TagType.h"
|
||||
#include "gcc.h"
|
||||
|
||||
class Error;
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#define MPD_DATABASE_PLUGIN_HXX
|
||||
|
||||
#include "DatabaseVisitor.hxx"
|
||||
#include "TagType.h"
|
||||
#include "tag/TagType.h"
|
||||
#include "gcc.h"
|
||||
|
||||
struct config_param;
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include "TimePrint.hxx"
|
||||
#include "Directory.hxx"
|
||||
#include "Client.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "DatabaseGlue.hxx"
|
||||
#include "DatabasePlugin.hxx"
|
||||
|
@@ -25,8 +25,8 @@
|
||||
#include "DirectorySave.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "TextFile.hxx"
|
||||
#include "TagInternal.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/TagInternal.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#include "DecoderCommand.hxx"
|
||||
#include "DecoderPlugin.hxx"
|
||||
#include "replay_gain_info.h"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "ConfigData.hxx"
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "MusicPipe.hxx"
|
||||
#include "MusicBuffer.hxx"
|
||||
#include "MusicChunk.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include "Mapper.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "DecoderList.hxx"
|
||||
#include "util/UriUtil.hxx"
|
||||
|
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "DespotifyUtils.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "ConfigGlobal.hxx"
|
||||
#include "ConfigOption.hxx"
|
||||
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "EncoderPlugin.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "ConfigData.hxx"
|
||||
|
||||
#endif
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "IcyMetaDataParser.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "IcyMetaDataServer.hxx"
|
||||
#include "Page.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_ICY_META_DATA_SERVER_HXX
|
||||
#define MPD_ICY_META_DATA_SERVER_HXX
|
||||
|
||||
#include "TagType.h"
|
||||
#include "tag/TagType.h"
|
||||
|
||||
struct Tag;
|
||||
class Page;
|
||||
|
@@ -38,7 +38,7 @@
|
||||
#include "Partition.hxx"
|
||||
#include "Volume.hxx"
|
||||
#include "OutputAll.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "replay_gain_config.h"
|
||||
#include "Idle.hxx"
|
||||
#include "SignalHandlers.hxx"
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "MusicChunk.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "OutputPlugin.hxx"
|
||||
#include "OutputInternal.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "ConfigData.hxx"
|
||||
|
||||
#endif
|
||||
|
@@ -30,7 +30,7 @@
|
||||
#include "CrossFade.hxx"
|
||||
#include "PlayerControl.hxx"
|
||||
#include "OutputAll.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "Idle.hxx"
|
||||
#include "GlobalEvents.hxx"
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "DatabasePlugin.hxx"
|
||||
#include "DatabaseGlue.hxx"
|
||||
#include "ls.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "util/UriUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "Song.hxx"
|
||||
#include "Directory.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "SongFilter.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "TagSave.hxx"
|
||||
#include "Directory.hxx"
|
||||
#include "TextFile.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "SongSort.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "util/list.h"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "util/list_sort.h"
|
||||
|
@@ -25,11 +25,11 @@
|
||||
#include "Mapper.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "fs/FileSystem.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "DecoderPlugin.hxx"
|
||||
#include "DecoderList.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
#include "tag/ApeTag.hxx"
|
||||
|
||||
|
@@ -19,8 +19,8 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "TagPrint.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "TagInternal.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/TagInternal.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Client.hxx"
|
||||
|
||||
|
@@ -19,8 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "TagSave.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "TagInternal.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "Song.hxx"
|
||||
|
||||
void
|
||||
|
@@ -27,8 +27,8 @@
|
||||
#include "DecoderPlugin.hxx"
|
||||
#include "Mapper.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "CueParser.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include "Song.hxx"
|
||||
#include "gcc.h"
|
||||
#include "ConfigData.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "AdPlugDecoderPlugin.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <audiofile.h>
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "util/bit_reverse.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
|
@@ -33,7 +33,7 @@
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "util/bit_reverse.h"
|
||||
#include "util/Error.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "DsdLib.hxx"
|
||||
|
||||
#include <unistd.h>
|
||||
|
@@ -35,7 +35,7 @@
|
||||
#include "util/bit_reverse.h"
|
||||
#include "util/Error.hxx"
|
||||
#include "DsdLib.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h> /* for SEEK_SET, SEEK_CUR */
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "DecoderBuffer.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "FfmpegDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "FfmpegMetaData.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "config.h"
|
||||
#include "FfmpegMetaData.hxx"
|
||||
#include "tag/TagTable.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
|
||||
#undef G_LOG_DOMAIN
|
||||
#define G_LOG_DOMAIN "ffmpeg"
|
||||
|
@@ -20,8 +20,8 @@
|
||||
#include "config.h"
|
||||
#include "FlacMetadata.hxx"
|
||||
#include "XiphTags.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "tag/TagTable.hxx"
|
||||
#include "replay_gain_info.h"
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "GmeDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "util/UriUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "ConfigGlobal.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
#include "tag/TagRva2.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "MikmodDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "ModplugDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
#include <modplug.h>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <mpc/mpcdec.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "Mpg123DecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "OggCodec.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "OpusTags.hxx"
|
||||
#include "OpusReader.hxx"
|
||||
#include "XiphTags.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <sndfile.h>
|
||||
|
@@ -20,9 +20,9 @@
|
||||
#include "config.h"
|
||||
#include "VorbisComments.hxx"
|
||||
#include "XiphTags.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/TagTable.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "replay_gain_info.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include "util/Error.hxx"
|
||||
#include "util/UriUtil.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
|
||||
#ifndef HAVE_TREMOR
|
||||
#define OV_EXCLUDE_STATIC_CALLBACKS
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "tag/ApeTag.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "WildmidiDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "fs/FileSystem.hxx"
|
||||
|
@@ -19,10 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "../DecoderAPI.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "TagHandler.hxx"
|
||||
}
|
||||
#include "tag/TagHandler.hxx"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "VorbisEncoderPlugin.hxx"
|
||||
#include "OggStream.hxx"
|
||||
#include "EncoderAPI.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "ConfigError.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "InputPlugin.hxx"
|
||||
#include "ConfigGlobal.hxx"
|
||||
#include "ConfigData.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "IcyMetaDataParser.hxx"
|
||||
#include "event/MultiSocketMonitor.hxx"
|
||||
#include "event/Call.hxx"
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "InputInternal.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "InputPlugin.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include <despotify.h>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "InputInternal.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "InputPlugin.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "MemorySongEnumerator.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "CuePlaylistPlugin.hxx"
|
||||
#include "PlaylistPlugin.hxx"
|
||||
#include "SongEnumerator.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "cue/CueParser.hxx"
|
||||
#include "TextInputStream.hxx"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "DespotifyUtils.hxx"
|
||||
#include "PlaylistPlugin.hxx"
|
||||
#include "MemorySongEnumerator.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "Song.hxx"
|
||||
|
||||
extern "C" {
|
||||
|
@@ -27,8 +27,8 @@
|
||||
#include "EmbeddedCuePlaylistPlugin.hxx"
|
||||
#include "PlaylistPlugin.hxx"
|
||||
#include "SongEnumerator.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/TagHandler.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
#include "tag/ApeTag.hxx"
|
||||
#include "Song.hxx"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "PlaylistPlugin.hxx"
|
||||
#include "SongEnumerator.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "TextInputStream.hxx"
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "MemorySongEnumerator.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "MemorySongEnumerator.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "ConfigData.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "PlaylistPlugin.hxx"
|
||||
#include "MemorySongEnumerator.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
Reference in New Issue
Block a user