diff options
-rw-r--r-- | backend/backend.c | 2 | ||||
-rw-r--r-- | rootston/input.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/backend.c b/backend/backend.c index 96e155dc..02b0b9af 100644 --- a/backend/backend.c +++ b/backend/backend.c @@ -12,7 +12,7 @@ #include <wlr/backend/session.h> #include <wlr/backend/wayland.h> #ifdef WLR_HAS_X11_BACKEND -# include <wlr/backend/x11.h> +#include <wlr/backend/x11.h> #endif #include <wlr/util/log.h> diff --git a/rootston/input.c b/rootston/input.c index 27ad1f6b..962be9fa 100644 --- a/rootston/input.c +++ b/rootston/input.c @@ -6,7 +6,7 @@ #include <wlr/util/log.h> #include <wlr/xcursor.h> #ifdef WLR_HAS_XWAYLAND -# include <wlr/xwayland.h> +#include <wlr/xwayland.h> #endif #include "rootston/config.h" #include "rootston/input.h" |