diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2019-05-19 18:44:58 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-05-19 19:50:14 +0300 |
commit | 461c4f58a610bec2fc64b2132bccaa149ba9cfa3 (patch) | |
tree | 95d1df78d97b4770e43c2029fb79566874e9325b | |
parent | 522ddd93f145533055ab889ef3a540c550c18008 (diff) |
rootston: remove duplicated include
-rw-r--r-- | rootston/xwayland.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/xwayland.c b/rootston/xwayland.c index 77a7ba12..89d0e497 100644 --- a/rootston/xwayland.c +++ b/rootston/xwayland.c @@ -8,7 +8,6 @@ #include <wlr/util/log.h> #include <wlr/xwayland.h> #include "rootston/server.h" -#include "rootston/server.h" static void activate(struct roots_view *view, bool active) { struct wlr_xwayland_surface *xwayland_surface = |