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

@@ -5,12 +5,13 @@
#define MPD_DATABASE_INTERFACE_HXX
#include "Visitor.hxx"
#include "tag/Type.h"
#include <chrono>
#include <cstdint>
#include <span>
#include <string>
enum TagType : uint8_t;
struct DatabasePlugin;
struct DatabaseStats;
struct DatabaseSelection;