diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-01-21 19:08:40 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-01-21 19:08:40 -0500 |
commit | 9076ecd91fddf558d11c20365741d7f68e578ef1 (patch) | |
tree | 57240316dd8c9e5140a1ba2ee68829d44a27aa29 /include/rootston | |
parent | 85a6939cf2753fd6a7fa84c9fcd370a4fb1f4095 (diff) |
take seat.h out of view.h
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 3 |
1 files changed, 0 insertions, 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 <wlr/types/wlr_box.h> #include <wlr/types/wlr_surface.h> #include <wlr/types/wlr_xdg_shell_v6.h> -#include "rootston/seat.h" - -struct roots_seat; struct roots_wl_shell_surface { struct roots_view *view; |