Tag*: move libtag.a sources to src/tag/

This commit is contained in:
Max Kellermann
2013-09-04 23:46:20 +02:00
parent ee9e238179
commit 5101ef4b02
23 changed files with 22 additions and 26 deletions
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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>