From edf811fa0271da729e9962e3976f2a68ac35a395 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Aug 2012 18:20:46 +0200 Subject: DatabaseVisitor, ...: use GError forward declaration --- src/DatabaseVisitor.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DatabaseVisitor.hxx') diff --git a/src/DatabaseVisitor.hxx b/src/DatabaseVisitor.hxx index 1676cae19..96d24911f 100644 --- a/src/DatabaseVisitor.hxx +++ b/src/DatabaseVisitor.hxx @@ -20,9 +20,9 @@ #ifndef MPD_DATABASE_VISITOR_HXX #define MPD_DATABASE_VISITOR_HXX -#include +#include "gerror.h" -#include +#include struct directory; struct song; -- cgit v1.2.3