aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
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/decoder_api.h
parent130659e856eac7520fc1b32c0a7552ce354df66b (diff)
replay_gain: renamed sources to replay_gain.c, replay_gain.h
No CamelCase file names.
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h
index 503ba118..88b3ea5c 100644
--- a/src/decoder_api.h
+++ b/src/decoder_api.h
@@ -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"