Tag*: move libtag.a sources to src/tag/
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "DecoderList.hxx"
|
||||
#include "util/UriUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "ApeReplayGain.hxx"
|
||||
#include "tag/ApeReplayGain.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -30,8 +30,8 @@
|
||||
#include "DecoderPlugin.hxx"
|
||||
#include "DecoderList.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "TagId3.hxx"
|
||||
#include "ApeTag.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
#include "tag/ApeTag.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "util/bit_reverse.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "TagId3.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <unistd.h>
|
||||
|
@@ -21,8 +21,8 @@
|
||||
#include "MadDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "conf.h"
|
||||
#include "TagId3.hxx"
|
||||
#include "TagRva2.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
#include "tag/TagRva2.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "InputStream.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "ApeTag.hxx"
|
||||
#include "tag/ApeTag.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <wavpack/wavpack.h>
|
||||
|
@@ -28,8 +28,8 @@
|
||||
#include "PlaylistPlugin.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "TagId3.hxx"
|
||||
#include "ApeTag.hxx"
|
||||
#include "tag/TagId3.hxx"
|
||||
#include "tag/ApeTag.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "TagFile.hxx"
|
||||
#include "cue/CueParser.hxx"
|
||||
|
Reference in New Issue
Block a user