From 6a9ab8bc0e2f5d34803513bb2d94d041a607a58c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Jul 2013 20:10:24 +0200 Subject: tag: move enum tag_type to TagType.h --- src/TagTable.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/TagTable.hxx') diff --git a/src/TagTable.hxx b/src/TagTable.hxx index 0d249d181..70c02e6e5 100644 --- a/src/TagTable.hxx +++ b/src/TagTable.hxx @@ -20,11 +20,13 @@ #ifndef MPD_TAG_TABLE_HXX #define MPD_TAG_TABLE_HXX -#include "tag.h" +#include "TagType.h" #include "gcc.h" #include +#include + struct tag_table { const char *name; -- cgit v1.2.3