From 241e94936f165a35686fb4b8f60cb2e604f15bc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@duempel.org> Date: Mon, 4 Jan 2010 20:58:17 +0100 Subject: replay_gain: moved code to replay_gain_config.c --- src/decoder_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_api.c') diff --git a/src/decoder_api.c b/src/decoder_api.c index 0a4e1d12f..afabb76af 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -28,7 +28,7 @@ #include "pipe.h" #include "chunk.h" #include "replay_gain_state.h" -#include "replay_gain.h" +#include "replay_gain_config.h" #include <glib.h> -- cgit v1.2.3