From 7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 10 Aug 2013 19:40:45 +0200 Subject: playlist_error: convert to C++ --- src/CommandError.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CommandError.hxx') diff --git a/src/CommandError.hxx b/src/CommandError.hxx index 5fb021220..04d0aeb21 100644 --- a/src/CommandError.hxx +++ b/src/CommandError.hxx @@ -21,7 +21,7 @@ #define MPD_COMMAND_ERROR_HXX #include "command.h" -#include "playlist_error.h" +#include "PlaylistError.hxx" #include "gerror.h" class Client; -- cgit v1.2.3