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/pcm/PcmResample.cxx | 3 ++- src/pcm/PcmResampleLibsamplerate.cxx | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pcm') diff --git a/src/pcm/PcmResample.cxx b/src/pcm/PcmResample.cxx index 9ade8cf5b..e2ce095d1 100644 --- a/src/pcm/PcmResample.cxx +++ b/src/pcm/PcmResample.cxx @@ -21,7 +21,8 @@ #include "PcmResampleInternal.hxx" #ifdef HAVE_LIBSAMPLERATE -#include "conf.h" +#include "ConfigGlobal.hxx" +#include "ConfigOption.hxx" #endif #include diff --git a/src/pcm/PcmResampleLibsamplerate.cxx b/src/pcm/PcmResampleLibsamplerate.cxx index 6710c2070..1ab9b1953 100644 --- a/src/pcm/PcmResampleLibsamplerate.cxx +++ b/src/pcm/PcmResampleLibsamplerate.cxx @@ -19,7 +19,6 @@ #include "config.h" #include "PcmResampleInternal.hxx" -#include "conf.h" #include "util/Error.hxx" #include "util/Domain.hxx" -- cgit v1.2.3