db/Interface, ...: forward-declare TagType

This commit is contained in:
Max Kellermann
2023-03-06 15:18:48 +01:00
parent a302d34f6d
commit 118b76a8f1
17 changed files with 30 additions and 13 deletions

View File

@@ -8,6 +8,7 @@
#include "client/Response.hxx"
#include "TagPrint.hxx"
#include "tag/ParseName.hxx"
#include "tag/Type.h"
#include "util/StringAPI.hxx"
CommandResult

View File

@@ -6,6 +6,7 @@
#include "client/Client.hxx"
#include "client/Response.hxx"
#include "tag/ParseName.hxx"
#include "tag/Type.h"
#include "queue/Playlist.hxx"
#include <fmt/format.h>