tag/Tag*: rename several source files

This commit is contained in:
Max Kellermann
2017-02-08 08:26:58 +01:00
parent 8cbf099054
commit 03a97d87ea
83 changed files with 116 additions and 116 deletions

View File

@@ -31,7 +31,7 @@
#include "SongFilter.hxx"
#include "Compiler.h"
#include "config/Block.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include "util/ScopeExit.hxx"
#include "util/RuntimeError.hxx"

View File

@@ -22,8 +22,8 @@
#include "lib/upnp/Util.hxx"
#include "lib/expat/ExpatParser.hxx"
#include "Tags.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/TagTable.hxx"
#include "tag/Builder.hxx"
#include "tag/Table.hxx"
#include "util/NumberParser.hxx"
#include "util/StringView.hxx"

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "Tags.hxx"
#include "tag/TagTable.hxx"
#include "tag/Table.hxx"
const struct tag_table upnp_tags[] = {
{ "upnp:artist", TAG_ARTIST },

View File

@@ -33,8 +33,8 @@
#include "db/LightSong.hxx"
#include "db/Stats.hxx"
#include "config/Block.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/TagTable.hxx"
#include "tag/Builder.hxx"
#include "tag/Table.hxx"
#include "fs/Traits.hxx"
#include "Log.hxx"
#include "SongFilter.hxx"