diff options
Diffstat (limited to 'include/seat.h')
| -rw-r--r-- | include/seat.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/include/seat.h b/include/seat.h index c82f7a0..60d3b29 100644 --- a/include/seat.h +++ b/include/seat.h @@ -6,7 +6,6 @@  #include <sys/types.h>  #include "linked_list.h" -#include "list.h"  struct client; @@ -28,7 +27,7 @@ struct seat_device {  struct seat {  	char *seat_name; -	struct list clients; +	struct linked_list clients;  	struct client *active_client;  	struct client *next_client; | 
