tag: move enum tag_type to TagType.h

This commit is contained in:
Max Kellermann
2013-07-30 20:10:24 +02:00
parent 9a0061c511
commit 6a9ab8bc0e
15 changed files with 73 additions and 45 deletions

View File

@@ -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;