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

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

View File

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

View File

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