aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-01-04 20:58:17 +0100
committerMax Kellermann <max@duempel.org>2010-01-04 21:02:47 +0100
commit241e94936f165a35686fb4b8f60cb2e604f15bc7 (patch)
treea8835df8073dda028cf40e012603338e6477b7d7 /src/main.c
parent1330274ffc6f80d5dd768902b09849cf32f329d2 (diff)
downloadmpd-241e94936f165a35686fb4b8f60cb2e604f15bc7.tar.gz
mpd-241e94936f165a35686fb4b8f60cb2e604f15bc7.tar.xz
mpd-241e94936f165a35686fb4b8f60cb2e604f15bc7.zip
replay_gain: moved code to replay_gain_config.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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"