Fix incorrect/useless forward declaration and associated torrent of warnings.

git-svn-id: svn://localhost/ardour2/branches/3.0@4425 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2009-01-21 18:48:03 +00:00
parent 90ac43a8d8
commit 7593f104ab

View File

@@ -24,7 +24,7 @@
#include <string>
#include <evoral/TypeMap.hpp>
class Evoral::Parameter;
namespace Evoral { class Parameter; }
namespace ARDOUR {