diff options
author | Max Kellermann <max@duempel.org> | 2010-01-04 20:43:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-01-04 21:02:36 +0100 |
commit | 1330274ffc6f80d5dd768902b09849cf32f329d2 (patch) | |
tree | c0cb2e00efec3239e1976a212f6fbdeb62fe5b04 /src/replay_gain_state.h | |
parent | 0e183d3fa1f216729725127d868d66268e1a35d4 (diff) | |
download | mpd-1330274ffc6f80d5dd768902b09849cf32f329d2.tar.gz mpd-1330274ffc6f80d5dd768902b09849cf32f329d2.tar.xz mpd-1330274ffc6f80d5dd768902b09849cf32f329d2.zip |
replay_gain: moved code to replay_gain_info.c
Diffstat (limited to 'src/replay_gain_state.h')
-rw-r--r-- | src/replay_gain_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replay_gain_state.h b/src/replay_gain_state.h index 7fa476095..bf687aa05 100644 --- a/src/replay_gain_state.h +++ b/src/replay_gain_state.h @@ -21,7 +21,7 @@ #define MPD_REPLAY_GAIN_STATE_H #include "check.h" -#include "replay_gain.h" +#include "replay_gain_info.h" #include <stddef.h> |