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

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

View File

@@ -20,7 +20,7 @@
#ifndef MPD_APE_TAG_HXX
#define MPD_APE_TAG_HXX
#include "TagTable.hxx"
#include "Table.hxx"
class InputStream;
struct TagHandler;

View File

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

View File

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

View File

@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "TagConfig.hxx"
#include "Config.hxx"
#include "Settings.hxx"
#include "Tag.hxx"
#include "config/ConfigGlobal.hxx"

View File

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

View File

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

View File

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

View File

@@ -21,7 +21,7 @@
#define MPD_TAG_HANDLER_HXX
#include "check.h"
#include "TagType.h"
#include "Type.h"
#include "Chrono.hxx"
#include <assert.h>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "TagRva2.hxx"
#include "Rva2.hxx"
#include "ReplayGainInfo.hxx"
#include <id3tag.h>

View File

@@ -18,7 +18,7 @@
*/
#include "Set.hxx"
#include "TagBuilder.hxx"
#include "Builder.hxx"
#include "Settings.hxx"
#include <assert.h>

View File

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

View File

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

View File

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

View File

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

View File

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