Index: uspace/lib/console/include/io/cons_event.h
===================================================================
--- uspace/lib/console/include/io/cons_event.h	(revision 899bdfda27b53bba2ce96d32870c576201ab6ba8)
+++ uspace/lib/console/include/io/cons_event.h	(revision 5e0acaac7937239d70145f39d7dcc45e498b3776)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2023 Jiri Svoboda
+ * Copyright (c) 2024 Jiri Svoboda
  * All rights reserved.
  *
@@ -36,5 +36,4 @@
 #define _LIBCONSOLE_IO_CONS_EVENT_H_
 
-#include <adt/list.h>
 #include <io/kbd_event.h>
 #include <io/pos_event.h>
@@ -51,7 +50,4 @@
 /** Console event structure. */
 typedef struct {
-	/** List handle */
-	link_t link;
-
 	/** Event type */
 	cons_event_type_t type;
