Index: uspace/lib/c/include/sys/stat.h
===================================================================
--- uspace/lib/c/include/sys/stat.h	(revision b5b5d841e02991430e1371523c988d98ab5c2786)
+++ uspace/lib/c/include/sys/stat.h	(revision a56cef94f0134cc76a541b53862ec1f1d710d49c)
@@ -36,22 +36,6 @@
 #define LIBC_SYS_STAT_H_
 
-#include <sys/types.h>
-#include <stdbool.h>
 #include <ipc/vfs.h>
-#include <ipc/loc.h>
 
-struct stat {
-	fs_handle_t fs_handle;
-	service_id_t service_id;
-	fs_index_t index;
-	unsigned int lnkcnt;
-	bool is_file;
-	bool is_directory;
-	aoff64_t size;
-	service_id_t service;
-};
-
-extern int fstat(int, struct stat *);
-extern int stat(const char *, struct stat *);
 extern int mkdir(const char *, mode_t);
 
