aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-11 15:55:34 +0100
committerMax Kellermann <max@duempel.org>2008-11-11 15:55:34 +0100
commit54ad08ab378f9e988cc8289c0923e50047805b1f (patch)
treee6ecc516d6af027edd3f1cb1c6094ff58206c2b0 /src/main.c
parent130659e856eac7520fc1b32c0a7552ce354df66b (diff)
downloadmpd-54ad08ab378f9e988cc8289c0923e50047805b1f.tar.gz
mpd-54ad08ab378f9e988cc8289c0923e50047805b1f.tar.xz
mpd-54ad08ab378f9e988cc8289c0923e50047805b1f.zip
replay_gain: renamed sources to replay_gain.c, replay_gain.h
No CamelCase file names.
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 afa171651..2555aa30a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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"