Tag, ...: move to libtag.a

This commit is contained in:
Max Kellermann
2013-09-05 18:22:02 +02:00
parent 7a4c9f5f4c
commit 3f267b1795
83 changed files with 98 additions and 105 deletions

View File

@@ -26,7 +26,7 @@
#include "PlaylistVector.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"

View File

@@ -18,11 +18,11 @@
*/
#include "config.h"
#include "tag/Tag.hxx"
#include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx"
#include "replay_gain_info.h"
#include "ConfigGlobal.hxx"
#include "Tag.hxx"
#include "util/Error.hxx"
#include <id3tag.h>

View File

@@ -24,7 +24,7 @@
#include "InputInit.hxx"
#include "InputStream.hxx"
#include "AudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagId3.hxx"
#include "tag/ApeTag.hxx"
#include "util/Error.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "TagSave.hxx"
#include "stdbin.h"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "ConfigGlobal.hxx"
#include "InputStream.hxx"
#include "InputInit.hxx"

View File

@@ -23,7 +23,7 @@
#include "AudioFormat.hxx"
#include "ConfigData.hxx"
#include "stdbin.h"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
#include <stddef.h>

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "stdbin.h"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "ConfigGlobal.hxx"
#include "IOThread.hxx"
#include "InputInit.hxx"