aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_file.c
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/input_file.c
parent3609de8685cfdfbf2d01fb8bbff02a78d9c07d06 (diff)
downloadmpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.tar.gz
mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.tar.xz
mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.zip
input_stream: renamed sources, no CamelCase
Renamed inputStream.c and inputStream_file.c.
Diffstat (limited to '')
-rw-r--r--src/input_file.c (renamed from src/inputStream_file.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputStream_file.c b/src/input_file.c
index 9b5a1a62d..de7d0b5a3 100644
--- a/src/inputStream_file.c
+++ b/src/input_file.c
@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "inputStream_file.h"
+#include "input_file.h"
#include "log.h"
#include "os_compat.h"