aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-07-21 08:28:54 -0400
committerGitHub <noreply@github.com>2018-07-21 08:28:54 -0400
commitef0a6ea4d2934ec014d791150c42348061ec4f7f (patch)
tree33d1edba84936b642663549b656ea14472cf2543 /xwayland
parent8d03bc9178d8544cbcd24293ece6ac9f1698e602 (diff)
parent41094a7df54d4542ee5f201185fc96e3763a4804 (diff)
Merge pull request #1153 from emersion/include-config
Always include config.h
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/xwm.c1
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>