Commit 54ad08ab authored by Max Kellermann's avatar Max Kellermann

replay_gain: renamed sources to replay_gain.c, replay_gain.h

No CamelCase file names.
parent 130659e8
......@@ -59,7 +59,7 @@ mpd_headers = \
playerData.h \
playlist.h \
playlist_save.h \
replayGain.h \
replay_gain.h \
signal_check.h \
sig_handlers.h \
song.h \
......@@ -137,7 +137,7 @@ mpd_SOURCES = \
playerData.c \
playlist.c \
playlist_save.c \
replayGain.c \
replay_gain.c \
sig_handlers.c \
signal_check.c \
song.c \
......
......@@ -27,7 +27,7 @@
*/
#include "input_stream.h"
#include "replayGain.h"
#include "replay_gain.h"
#include "tag.h"
#include "tag_id3.h"
#include "audio_format.h"
......
......@@ -38,7 +38,7 @@
#include "volume.h"
#include "log.h"
#include "permission.h"
#include "replayGain.h"
#include "replay_gain.h"
#include "decoder_list.h"
#include "audioOutput.h"
#include "input_stream.h"
......
......@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "replayGain.h"
#include "replay_gain.h"
#include "utils.h"
#include "log.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment