From 26d92c80ed1c1cca8b3cb1c9793c09a330c25623 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 08:47:10 +0200 Subject: conf.h: remove obsolete header Use only ConfigData.hxx in plugin sources to reduce header dependencies. --- src/PlaylistState.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/PlaylistState.cxx') diff --git a/src/PlaylistState.cxx b/src/PlaylistState.cxx index d03de0a16..4b5d76c0a 100644 --- a/src/PlaylistState.cxx +++ b/src/PlaylistState.cxx @@ -28,7 +28,8 @@ #include "QueueSave.hxx" #include "TextFile.hxx" #include "PlayerControl.hxx" -#include "conf.h" +#include "ConfigGlobal.hxx" +#include "ConfigOption.hxx" #include #include -- cgit v1.2.3