Index: uspace/app/mkexfat/exfat.h
===================================================================
--- uspace/app/mkexfat/exfat.h	(revision fc22069bde020238acd12a7eb6194ef878fc7e34)
+++ uspace/app/mkexfat/exfat.h	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
@@ -32,5 +32,4 @@
  */
 
-#include <sys/types.h>
 #include <stdint.h>
 #include <stdbool.h>
Index: uspace/app/mkexfat/mkexfat.c
===================================================================
--- uspace/app/mkexfat/mkexfat.c	(revision fc22069bde020238acd12a7eb6194ef878fc7e34)
+++ uspace/app/mkexfat/mkexfat.c	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
@@ -38,4 +38,6 @@
 
 #include <stdio.h>
+#include <stdbool.h>
+#include <stdint.h>
 #include <block.h>
 #include <assert.h>
@@ -44,7 +46,5 @@
 #include <byteorder.h>
 #include <align.h>
-#include <sys/types.h>
 #include <sys/typefmt.h>
-#include <stdbool.h>
 #include <str.h>
 #include <getopt.h>
