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/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index fde1fe1b7..80102968e 100644 --- a/src/main.c +++ b/src/main.c @@ -42,7 +42,7 @@ #include "volume.h" #include "log.h" #include "permission.h" -#include "replay_gain.h" +#include "replay_gain_config.h" #include "decoder_list.h" #include "input_init.h" #include "playlist_list.h" -- cgit v1.2.3