Index: uspace/lib/c/generic/private/io.h
===================================================================
--- uspace/lib/c/generic/private/io.h	(revision 197ef439432e5ec201ee81b9fedffd317f1b69c9)
+++ uspace/lib/c/generic/private/io.h	(revision 03bc76a7fb314e6f8a8a718e724a331923b447b8)
@@ -36,7 +36,5 @@
 #define LIBC_PRIVATE_IO_H_
 
-#include <vfs/vfs.h>
-
-extern void __stdio_init(int filc, fdi_node_t *filv[]);
+extern void __stdio_init(int);
 extern void __stdio_done(void);
 
