From 9076ecd91fddf558d11c20365741d7f68e578ef1 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sun, 21 Jan 2018 19:08:40 -0500 Subject: [PATCH] take seat.h out of view.h --- include/rootston/view.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/rootston/view.h b/include/rootston/view.h index 108a8267..e837586a 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -6,9 +6,6 @@ #include #include #include -#include "rootston/seat.h" - -struct roots_seat; struct roots_wl_shell_surface { struct roots_view *view;