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/DatabaseHelpers.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DatabaseHelpers.hxx') diff --git a/src/DatabaseHelpers.hxx b/src/DatabaseHelpers.hxx index cfcc94ac7..5b71fd2fb 100644 --- a/src/DatabaseHelpers.hxx +++ b/src/DatabaseHelpers.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ #define MPD_MEMORY_DATABASE_PLUGIN_HXX #include "DatabaseVisitor.hxx" -#include "tag.h" +#include "TagType.h" #include "gcc.h" class Database; -- cgit v1.2.3