From 9ec86220d55a72e89a60f357a71d3572f130f885 Mon Sep 17 00:00:00 2001 From: lbonn Date: Wed, 24 Aug 2022 00:41:39 +0200 Subject: [PATCH] Fix wayland-only build --- test/helper-config-cmdline-parser.c | 3 --- test/helper-expand.c | 1 - test/helper-test.c | 1 - test/helper-tokenize.c | 1 - 4 files changed, 6 deletions(-) diff --git a/test/helper-config-cmdline-parser.c b/test/helper-config-cmdline-parser.c index f120240d6..c5f10af0d 100644 --- a/test/helper-config-cmdline-parser.c +++ b/test/helper-config-cmdline-parser.c @@ -26,13 +26,10 @@ */ #include "display.h" -#include "xcb.h" -#include "xcb-internal.h" #include "rofi-icon-fetcher.h" #include "rofi.h" #include "settings.h" #include "widgets/textbox.h" -#include "xcb-internal.h" #include "xcb.h" #include #include diff --git a/test/helper-expand.c b/test/helper-expand.c index 61dcb1cb9..01602f585 100644 --- a/test/helper-expand.c +++ b/test/helper-expand.c @@ -31,7 +31,6 @@ #include "settings.h" #include "theme.h" #include "widgets/textbox.h" -#include "xcb-internal.h" #include "xcb.h" #include #include diff --git a/test/helper-test.c b/test/helper-test.c index 024fd838d..003f4ebcc 100644 --- a/test/helper-test.c +++ b/test/helper-test.c @@ -30,7 +30,6 @@ #include "rofi.h" #include "settings.h" #include "theme.h" -#include "xcb-internal.h" #include "xcb.h" #include #include diff --git a/test/helper-tokenize.c b/test/helper-tokenize.c index 4f25f585e..b26f2b6c4 100644 --- a/test/helper-tokenize.c +++ b/test/helper-tokenize.c @@ -32,7 +32,6 @@ #include "settings.h" #include "theme.h" #include "widgets/textbox.h" -#include "xcb-internal.h" #include "xcb.h" #include #include