aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-26 19:38:50 +0100
committerMax Kellermann <max@duempel.org>2008-10-26 19:38:50 +0100
commitbbaedb17d52cf14cf1abc3f24a90dfa06f875440 (patch)
tree6dd21bbc2000ccea211f29ca1eab4b67e4a371fe /src/decoder_api.h
parent3609de8685cfdfbf2d01fb8bbff02a78d9c07d06 (diff)
input_stream: renamed sources, no CamelCase
Renamed inputStream.c and inputStream_file.c.
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 7d8a1e56..8096d3cd 100644
--- a/src/decoder_api.h
+++ b/src/decoder_api.h
@@ -26,7 +26,7 @@
*
*/
-#include "inputStream.h"
+#include "input_stream.h"
#include "replayGain.h"
#include "tag.h"
#include "tag_id3.h"