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/run_filter.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/run_filter.cxx') diff --git a/test/run_filter.cxx b/test/run_filter.cxx index 62f8dde31..085fc256b 100644 --- a/test/run_filter.cxx +++ b/test/run_filter.cxx @@ -18,7 +18,8 @@ */ #include "config.h" -#include "conf.h" +#include "ConfigData.hxx" +#include "ConfigGlobal.hxx" #include "fs/Path.hxx" #include "AudioParser.hxx" #include "AudioFormat.hxx" -- cgit v1.2.3