Skip to content

Commit

Permalink
Fix wayland-only build
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonn committed Aug 23, 2022
1 parent 7adf0be commit 9ec8622
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions test/helper-config-cmdline-parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <assert.h>
#include <glib.h>
Expand Down
1 change: 0 additions & 1 deletion test/helper-expand.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "settings.h"
#include "theme.h"
#include "widgets/textbox.h"
#include "xcb-internal.h"
#include "xcb.h"
#include <assert.h>
#include <glib.h>
Expand Down
1 change: 0 additions & 1 deletion test/helper-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "rofi.h"
#include "settings.h"
#include "theme.h"
#include "xcb-internal.h"
#include "xcb.h"
#include <assert.h>
#include <glib.h>
Expand Down
1 change: 0 additions & 1 deletion test/helper-tokenize.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "settings.h"
#include "theme.h"
#include "widgets/textbox.h"
#include "xcb-internal.h"
#include "xcb.h"
#include <assert.h>
#include <glib.h>
Expand Down

0 comments on commit 9ec8622

Please sign in to comment.