Index: uspace/srv/hid/remcons/remcons.h
===================================================================
--- uspace/srv/hid/remcons/remcons.h	(revision b2c9e42c92bb4e1fad2a740a731e7d1095ca66e6)
+++ uspace/srv/hid/remcons/remcons.h	(revision 513237966a1ea4b66980df2deb5b151213666dae)
@@ -37,5 +37,5 @@
 #define REMCONS_H_
 
-#include <adt/prodcons.h>
+#include <adt/list.h>
 #include <io/kbd_event.h>
 #include <stdbool.h>
@@ -57,6 +57,6 @@
 	bool curs_visible;	/**< cursor is visible */
 
-	/** Producer-consumer of remcons_event_t. */
-	prodcons_t in_events;
+	/** List of remcons_event_t. */
+	list_t in_events;
 } remcons_t;
 
