aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistQueue.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-10 19:40:45 +0200
committerMax Kellermann <max@duempel.org>2013-08-10 19:40:45 +0200
commit7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b (patch)
tree8393e8af1793ebc55179dc571e39dd6d57357c7f /src/PlaylistQueue.hxx
parent7f0ce4e94e0b2366b1422a6864393eb37a64d546 (diff)
downloadmpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.tar.gz
mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.tar.xz
mpd-7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b.zip
playlist_error: convert to C++
Diffstat (limited to 'src/PlaylistQueue.hxx')
-rw-r--r--src/PlaylistQueue.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistQueue.hxx b/src/PlaylistQueue.hxx
index cda77c818..5a5cc641d 100644
--- a/src/PlaylistQueue.hxx
+++ b/src/PlaylistQueue.hxx
@@ -24,7 +24,7 @@
#ifndef MPD_PLAYLIST_QUEUE_HXX
#define MPD_PLAYLIST_QUEUE_HXX
-#include "playlist_error.h"
+#include "PlaylistError.hxx"
struct playlist_provider;
struct playlist;