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/DatabasePlugin.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/DatabasePlugin.hxx') diff --git a/src/DatabasePlugin.hxx b/src/DatabasePlugin.hxx index f5406328c..d7532ae0e 100644 --- a/src/DatabasePlugin.hxx +++ b/src/DatabasePlugin.hxx @@ -27,12 +27,9 @@ #define MPD_DATABASE_PLUGIN_HXX #include "DatabaseVisitor.hxx" +#include "TagType.h" #include "gcc.h" -extern "C" { -#include "tag.h" -} - struct config_param; struct DatabaseSelection; struct db_visitor; -- cgit v1.2.3