Index: uspace/app/edit/edit.c
===================================================================
--- uspace/app/edit/edit.c	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
+++ uspace/app/edit/edit.c	(revision dde4689b360dc912d3781224af7dabdb0e89fbcb)
@@ -38,5 +38,6 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <sys/types.h>
+#include <stddef.h>
+#include <stdbool.h>
 #include <vfs/vfs.h>
 #include <io/console.h>
@@ -47,5 +48,5 @@
 #include <macros.h>
 #include <clipboard.h>
-#include <stdbool.h>
+#include <libarch/types.h>
 
 #include "sheet.h"
Index: uspace/app/edit/sheet.h
===================================================================
--- uspace/app/edit/sheet.h	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
+++ uspace/app/edit/sheet.h	(revision dde4689b360dc912d3781224af7dabdb0e89fbcb)
@@ -38,6 +38,6 @@
 
 #include <adt/list.h>
-#include <sys/types.h>
 #include <stdbool.h>
+#include <stddef.h>
 
 /** Direction (in linear space) */
