From 241e94936f165a35686fb4b8f60cb2e604f15bc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Jan 2010 20:58:17 +0100 Subject: replay_gain: moved code to replay_gain_config.c --- src/decoder_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_thread.c') diff --git a/src/decoder_thread.c b/src/decoder_thread.c index d2841436..1539117f 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -32,7 +32,7 @@ #include "path.h" #include "uri.h" #include "replay_gain_state.h" -#include "replay_gain.h" +#include "replay_gain_config.h" #include -- cgit v1.2.3