input_stream: renamed sources, no CamelCase

Renamed inputStream.c and inputStream_file.c.
This commit is contained in:
Max Kellermann
2008-10-26 19:38:50 +01:00
parent 3609de8685
commit bbaedb17d5
8 changed files with 11 additions and 11 deletions

View File

@@ -41,7 +41,7 @@
#include "replayGain.h"
#include "decoder_list.h"
#include "audioOutput.h"
#include "inputStream.h"
#include "input_stream.h"
#include "state_file.h"
#include "tag.h"
#include "dbUtils.h"