tag/Tag: move tag_name_parse() to ParseName.cxx

This commit is contained in:
Max Kellermann
2017-02-08 08:57:22 +01:00
parent 03a97d87ea
commit a3e28c2d1a
15 changed files with 110 additions and 58 deletions

View File

@@ -28,7 +28,7 @@
#include "CommandError.hxx"
#include "client/Client.hxx"
#include "client/Response.hxx"
#include "tag/Tag.hxx"
#include "tag/ParseName.hxx"
#include "util/ConstBuffer.hxx"
#include "util/StringAPI.hxx"
#include "SongFilter.hxx"

View File

@@ -22,7 +22,7 @@
#include "Request.hxx"
#include "client/Client.hxx"
#include "client/Response.hxx"
#include "tag/Tag.hxx"
#include "tag/ParseName.hxx"
#include "Partition.hxx"
#include "util/ConstBuffer.hxx"