tag/Tag*: rename several source files
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
#include "ApeTag.hxx"
|
||||
#include "ApeLoader.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "TagTable.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "Table.hxx"
|
||||
#include "Handler.hxx"
|
||||
#include "util/StringView.hxx"
|
||||
|
||||
#include <string>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_APE_TAG_HXX
|
||||
#define MPD_APE_TAG_HXX
|
||||
|
||||
#include "TagTable.hxx"
|
||||
#include "Table.hxx"
|
||||
|
||||
class InputStream;
|
||||
struct TagHandler;
|
||||
|
@@ -18,10 +18,10 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "TagBuilder.hxx"
|
||||
#include "Builder.hxx"
|
||||
#include "Settings.hxx"
|
||||
#include "TagPool.hxx"
|
||||
#include "TagString.hxx"
|
||||
#include "Pool.hxx"
|
||||
#include "FixString.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "util/WritableBuffer.hxx"
|
||||
#include "util/StringView.hxx"
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_TAG_BUILDER_HXX
|
||||
#define MPD_TAG_BUILDER_HXX
|
||||
|
||||
#include "TagType.h"
|
||||
#include "Type.h"
|
||||
#include "Chrono.hxx"
|
||||
#include "Compiler.h"
|
||||
|
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "TagConfig.hxx"
|
||||
#include "Config.hxx"
|
||||
#include "Settings.hxx"
|
||||
#include "Tag.hxx"
|
||||
#include "config/ConfigGlobal.hxx"
|
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "TagString.hxx"
|
||||
#include "FixString.hxx"
|
||||
#include "util/Alloc.hxx"
|
||||
#include "util/WritableBuffer.hxx"
|
||||
#include "util/StringView.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "Generic.hxx"
|
||||
#include "TagId3.hxx"
|
||||
#include "Id3Scan.hxx"
|
||||
#include "ApeTag.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
|
@@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "TagBuilder.hxx"
|
||||
#include "Handler.hxx"
|
||||
#include "Builder.hxx"
|
||||
#include "util/ASCII.hxx"
|
||||
|
||||
#include <stdio.h>
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_TAG_HANDLER_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "TagType.h"
|
||||
#include "Type.h"
|
||||
#include "Chrono.hxx"
|
||||
|
||||
#include <assert.h>
|
@@ -18,11 +18,11 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "TagId3.hxx"
|
||||
#include "Id3Scan.hxx"
|
||||
#include "Id3Load.hxx"
|
||||
#include "TagHandler.hxx"
|
||||
#include "TagTable.hxx"
|
||||
#include "TagBuilder.hxx"
|
||||
#include "Handler.hxx"
|
||||
#include "Table.hxx"
|
||||
#include "Builder.hxx"
|
||||
#include "util/Alloc.hxx"
|
||||
#include "util/ScopeExit.hxx"
|
||||
#include "util/StringUtil.hxx"
|
@@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef MPD_TAG_ID3_HXX
|
||||
#define MPD_TAG_ID3_HXX
|
||||
#ifndef MPD_TAG_ID3_SCAN_HXX
|
||||
#define MPD_TAG_ID3_SCAN_HXX
|
||||
|
||||
#include "check.h"
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_TAG_ITEM_HXX
|
||||
#define MPD_TAG_ITEM_HXX
|
||||
|
||||
#include "TagType.h"
|
||||
#include "Type.h"
|
||||
|
||||
/**
|
||||
* One tag value. It is a mapping of #TagType to am arbitrary string
|
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "TagType.h"
|
||||
#include "Type.h"
|
||||
|
||||
const char *const tag_item_names[TAG_NUM_OF_ITEM_TYPES] = {
|
||||
[TAG_ARTIST] = "Artist",
|
@@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "TagPool.hxx"
|
||||
#include "TagItem.hxx"
|
||||
#include "Pool.hxx"
|
||||
#include "Item.hxx"
|
||||
#include "util/Cast.hxx"
|
||||
#include "util/VarSize.hxx"
|
||||
#include "util/StringView.hxx"
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_TAG_POOL_HXX
|
||||
#define MPD_TAG_POOL_HXX
|
||||
|
||||
#include "TagType.h"
|
||||
#include "Type.h"
|
||||
#include "thread/Mutex.hxx"
|
||||
|
||||
extern Mutex tag_pool_lock;
|
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "TagRva2.hxx"
|
||||
#include "Rva2.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
|
||||
#include <id3tag.h>
|
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "Set.hxx"
|
||||
#include "TagBuilder.hxx"
|
||||
#include "Builder.hxx"
|
||||
#include "Settings.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_TAG_SETTINGS_HXX
|
||||
|
||||
#include "Mask.hxx"
|
||||
#include "TagType.h"
|
||||
#include "Type.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
extern tag_mask_t global_tag_mask;
|
||||
|
@@ -17,7 +17,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "TagTable.hxx"
|
||||
#include "Table.hxx"
|
||||
#include "util/ASCII.hxx"
|
||||
|
||||
#include <string.h>
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_TAG_TABLE_HXX
|
||||
#define MPD_TAG_TABLE_HXX
|
||||
|
||||
#include "TagType.h"
|
||||
#include "Type.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
struct tag_table {
|
@@ -19,8 +19,8 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "Tag.hxx"
|
||||
#include "TagPool.hxx"
|
||||
#include "TagBuilder.hxx"
|
||||
#include "Pool.hxx"
|
||||
#include "Builder.hxx"
|
||||
#include "util/ASCII.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -20,8 +20,8 @@
|
||||
#ifndef MPD_TAG_HXX
|
||||
#define MPD_TAG_HXX
|
||||
|
||||
#include "TagType.h" // IWYU pragma: export
|
||||
#include "TagItem.hxx" // IWYU pragma: export
|
||||
#include "Type.h" // IWYU pragma: export
|
||||
#include "Item.hxx" // IWYU pragma: export
|
||||
#include "Chrono.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
|
Reference in New Issue
Block a user