diff options
author | emersion <contact@emersion.fr> | 2018-07-21 13:08:23 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-07-21 13:08:23 +0100 |
commit | 41094a7df54d4542ee5f201185fc96e3763a4804 (patch) | |
tree | 33d1edba84936b642663549b656ea14472cf2543 /xwayland | |
parent | 8d03bc9178d8544cbcd24293ece6ac9f1698e602 (diff) |
Always include config.h
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/xwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 6632b5fc..9bf8068e 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -4,7 +4,6 @@ #include <assert.h> #include <stdlib.h> #include <unistd.h> -#include <wlr/config.h> #include <wlr/types/wlr_surface.h> #include <wlr/util/edges.h> #include <wlr/util/log.h> |