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 b19e892c22afbf67aa5988554dd3f003efeadc04)
@@ -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 b19e892c22afbf67aa5988554dd3f003efeadc04)
@@ -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 b19e892c22afbf67aa5988554dd3f003efeadc04)
@@ -37,5 +37,4 @@
 
 #include <stdio.h>
-#include <fcntl.h>
 #include <vfs/vfs_sess.h>
 #include <malloc.h>
