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/TagHandler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TagHandler.hxx') diff --git a/src/TagHandler.hxx b/src/TagHandler.hxx index 967b91de7..3303dd27e 100644 --- a/src/TagHandler.hxx +++ b/src/TagHandler.hxx @@ -21,7 +21,7 @@ #define MPD_TAG_HANDLER_HXX #include "check.h" -#include "tag.h" +#include "TagType.h" #include -- cgit v1.2.3