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

@@ -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>

View File

@@ -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"

View File

@@ -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" {

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>