diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 08:47:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 08:47:10 +0200 |
commit | 26d92c80ed1c1cca8b3cb1c9793c09a330c25623 (patch) | |
tree | 67be2e2ac9bc7601e8428053d868048f50212695 /src/playlist/LastFMPlaylistPlugin.cxx | |
parent | 9605e24655dbb0d67b34e0be7aa71e621f3ae415 (diff) | |
download | mpd-26d92c80ed1c1cca8b3cb1c9793c09a330c25623.tar.gz mpd-26d92c80ed1c1cca8b3cb1c9793c09a330c25623.tar.xz mpd-26d92c80ed1c1cca8b3cb1c9793c09a330c25623.zip |
conf.h: remove obsolete header
Use only ConfigData.hxx in plugin sources to reduce header
dependencies.
Diffstat (limited to 'src/playlist/LastFMPlaylistPlugin.cxx')
-rw-r--r-- | src/playlist/LastFMPlaylistPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/LastFMPlaylistPlugin.cxx b/src/playlist/LastFMPlaylistPlugin.cxx index a4952cd1c..a727a21a4 100644 --- a/src/playlist/LastFMPlaylistPlugin.cxx +++ b/src/playlist/LastFMPlaylistPlugin.cxx @@ -21,7 +21,7 @@ #include "LastFMPlaylistPlugin.hxx" #include "PlaylistPlugin.hxx" #include "PlaylistRegistry.hxx" -#include "conf.h" +#include "ConfigData.hxx" #include "Song.hxx" #include "InputStream.hxx" #include "util/Error.hxx" |