Index: uspace/srv/hid/input/ctl/kbdev.c
===================================================================
--- uspace/srv/hid/input/ctl/kbdev.c	(revision 73d86001885df3211d108f3c08860260f1c2b38f)
+++ uspace/srv/hid/input/ctl/kbdev.c	(revision 9c4cf0dece5b4450b06dbeff053298634d87e0ae)
@@ -39,5 +39,4 @@
 #include <stdbool.h>
 #include <errno.h>
-#include <fcntl.h>
 #include <io/console.h>
 #include <io/keycode.h>
Index: uspace/srv/hid/input/port/adb.c
===================================================================
--- uspace/srv/hid/input/port/adb.c	(revision 73d86001885df3211d108f3c08860260f1c2b38f)
+++ uspace/srv/hid/input/port/adb.c	(revision 9c4cf0dece5b4450b06dbeff053298634d87e0ae)
@@ -38,5 +38,4 @@
 #include <async.h>
 #include <vfs/vfs.h>
-#include <fcntl.h>
 #include <errno.h>
 #include <loc.h>
Index: uspace/srv/hid/input/proto/mousedev.c
===================================================================
--- uspace/srv/hid/input/proto/mousedev.c	(revision 73d86001885df3211d108f3c08860260f1c2b38f)
+++ uspace/srv/hid/input/proto/mousedev.c	(revision 9c4cf0dece5b4450b06dbeff053298634d87e0ae)
@@ -37,5 +37,4 @@
 
 #include <stdio.h>
-#include <fcntl.h>
 #include <vfs/vfs_sess.h>
 #include <malloc.h>
