diff --git a/output.c b/output.c index 488b02e..15773e2 100644 --- a/output.c +++ b/output.c @@ -33,6 +33,7 @@ #include "output.h" #include "render.h" +#include "seat.h" #include "server.h" #include "util.h" #include "view.h" diff --git a/output.h b/output.h index 081c9fd..9e6a0dd 100644 --- a/output.h +++ b/output.h @@ -5,7 +5,6 @@ #include #include -#include "seat.h" #include "server.h" #include "view.h"