diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-08 08:26:58 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-02-08 08:49:42 +0100 |
commit | 03a97d87ea0b813951348d3cb03f0f82abcca12e (patch) | |
tree | f2ef0435fb067b44eb34860c67ee962ede6f3c4d /src/command | |
parent | 8cbf099054d50288075967fc6ccb069640786a50 (diff) |
tag/Tag*: rename several source files
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/AllCommands.cxx | 2 | ||||
-rw-r--r-- | src/command/FileCommands.cxx | 2 | ||||
-rw-r--r-- | src/command/OtherCommands.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx index 1c08bc9a1..e9546b915 100644 --- a/src/command/AllCommands.cxx +++ b/src/command/AllCommands.cxx @@ -33,7 +33,7 @@ #include "NeighborCommands.hxx" #include "OtherCommands.hxx" #include "Permission.hxx" -#include "tag/TagType.h" +#include "tag/Type.h" #include "Partition.hxx" #include "client/Client.hxx" #include "client/Response.hxx" diff --git a/src/command/FileCommands.cxx b/src/command/FileCommands.cxx index 51bde6eb6..898761de1 100644 --- a/src/command/FileCommands.cxx +++ b/src/command/FileCommands.cxx @@ -28,7 +28,7 @@ #include "client/Response.hxx" #include "util/CharUtil.hxx" #include "util/UriUtil.hxx" -#include "tag/TagHandler.hxx" +#include "tag/Handler.hxx" #include "tag/Generic.hxx" #include "TagStream.hxx" #include "TagFile.hxx" diff --git a/src/command/OtherCommands.cxx b/src/command/OtherCommands.cxx index a579f90bd..81a7cf94f 100644 --- a/src/command/OtherCommands.cxx +++ b/src/command/OtherCommands.cxx @@ -30,7 +30,7 @@ #include "SongPrint.hxx" #include "TagPrint.hxx" #include "TagStream.hxx" -#include "tag/TagHandler.hxx" +#include "tag/Handler.hxx" #include "TimePrint.hxx" #include "decoder/DecoderPrint.hxx" #include "ls.hxx" |