Index: uspace/srv/hid/input/layout/us_qwerty.c
===================================================================
--- uspace/srv/hid/input/layout/us_qwerty.c	(revision 2f7a5647f7a9315b07b64e4cab256d608a391065)
+++ uspace/srv/hid/input/layout/us_qwerty.c	(revision efdfebc372ac1a93545f90450c8e1fe0aa789daf)
@@ -28,13 +28,13 @@
 
 /** @addtogroup input
- * @brief	US QWERTY layout.
+ * @brief US QWERTY layout.
  * @{
  */
 
 #include <errno.h>
-#include <kbd.h>
 #include <io/console.h>
 #include <io/keycode.h>
-#include <layout.h>
+#include "../layout.h"
+#include "../kbd.h"
 
 static int us_qwerty_create(layout_t *);
