tag/Type: require C++

This commit is contained in:
Max Kellermann
2023-03-06 15:17:41 +01:00
parent 118b76a8f1
commit 7a46c57ef3
19 changed files with 20 additions and 31 deletions

View File

@@ -20,7 +20,7 @@
#include "FingerprintCommands.hxx"
#include "OtherCommands.hxx"
#include "Permission.hxx"
#include "tag/Type.h"
#include "tag/Type.hxx"
#include "Partition.hxx"
#include "Instance.hxx"
#include "client/Client.hxx"

View File

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

View File

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