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

@@ -29,7 +29,7 @@
#include "config/ConfigGlobal.hxx"
#include "config/Param.hxx"
#include "config/Block.hxx"
#include "tag/TagConfig.hxx"
#include "tag/Config.hxx"
#include "fs/Path.hxx"
#include "event/Loop.hxx"
#include "Log.hxx"

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "tag/Id3Load.hxx"
#include "tag/TagRva2.hxx"
#include "tag/Rva2.hxx"
#include "ReplayGainInfo.hxx"
#include "config/ConfigGlobal.hxx"
#include "thread/Mutex.hxx"

View File

@@ -23,7 +23,7 @@
#include "decoder/DecoderPlugin.hxx"
#include "input/Init.hxx"
#include "input/InputStream.hxx"
#include "tag/TagHandler.hxx"
#include "tag/Handler.hxx"
#include "tag/Generic.hxx"
#include "fs/Path.hxx"
#include "thread/Cond.hxx"

View File

@@ -7,7 +7,7 @@
#include "DetachedSong.hxx"
#include "SongLoader.hxx"
#include "client/Client.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include "util/Domain.hxx"
#include "fs/AllocatedPath.hxx"

View File

@@ -26,7 +26,7 @@
#include "config/Block.hxx"
#include "fs/io/StdioOutputStream.hxx"
#include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/Builder.hxx"
#include "Log.hxx"
#include <memory>