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. --- test/dump_playlist.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dump_playlist.cxx') diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index 10cecf73d..c42a2c52b 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -22,7 +22,7 @@ #include "Song.hxx" #include "Directory.hxx" #include "InputStream.hxx" -#include "conf.h" +#include "ConfigGlobal.hxx" #include "DecoderAPI.hxx" #include "DecoderList.hxx" #include "InputInit.hxx" -- cgit v1.2.3