Index: uspace/lib/c/generic/libc.c
===================================================================
--- uspace/lib/c/generic/libc.c	(revision 47b70062180b321b58ca43746901c748ff7a6b2d)
+++ uspace/lib/c/generic/libc.c	(revision 1e00216b42ec36d97a169d4cf7053880fcb26aac)
@@ -41,8 +41,6 @@
  */
 
-#include <stdio.h>
-#include <unistd.h>
+#include <libc.h>
 #include <stdlib.h>
-#include <malloc.h>
 #include <tls.h>
 #include <fibril.h>
Index: uspace/lib/c/generic/private/io.h
===================================================================
--- uspace/lib/c/generic/private/io.h	(revision 47b70062180b321b58ca43746901c748ff7a6b2d)
+++ uspace/lib/c/generic/private/io.h	(revision 1e00216b42ec36d97a169d4cf7053880fcb26aac)
@@ -36,5 +36,5 @@
 #define LIBC_PRIVATE_IO_H_
 
-#include <ipc/vfs.h>
+#include <vfs/vfs.h>
 
 extern void __stdio_init(int filc, fdi_node_t *filv[]);
