replay_gain: moved code to replay_gain_config.c

This commit is contained in:
Max Kellermann
2010-01-04 20:58:17 +01:00
parent 1330274ffc
commit 241e94936f
7 changed files with 9 additions and 15 deletions

View File

@@ -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>