aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/plugins
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-21 21:14:25 +0100
committerMax Kellermann <max@duempel.org>2015-01-21 21:23:02 +0100
commitfe85fa3bea023df887811d4dc28dc51b7894525a (patch)
treef279de257c0b447c78fa5f11c152639dfb7182e1 /src/playlist/plugins
parent76b7882f3324bb892a9ccc874e1bdacfd72e7b98 (diff)
downloadmpd-fe85fa3bea023df887811d4dc28dc51b7894525a.tar.gz
mpd-fe85fa3bea023df887811d4dc28dc51b7894525a.tar.xz
mpd-fe85fa3bea023df887811d4dc28dc51b7894525a.zip
ConfigData: move struct config_param to Param.hxx
Diffstat (limited to 'src/playlist/plugins')
-rw-r--r--src/playlist/plugins/SoundCloudPlaylistPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx b/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
index c298da6b1..0c14f59dd 100644
--- a/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
+++ b/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
@@ -21,7 +21,7 @@
#include "SoundCloudPlaylistPlugin.hxx"
#include "../PlaylistPlugin.hxx"
#include "../MemorySongEnumerator.hxx"
-#include "config/ConfigData.hxx"
+#include "config/Param.hxx"
#include "input/InputStream.hxx"
#include "tag/TagBuilder.hxx"
#include "util/StringUtil.hxx"