mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Fix fuzzer includes
This commit is contained in:
parent
32dc8c3717
commit
9a8b6fa600
2 changed files with 9 additions and 9 deletions
|
|
@ -8,12 +8,8 @@
|
|||
|
||||
#define _POSIX_C_SOURCE 200812L
|
||||
|
||||
#include "../keybinding.h"
|
||||
#include "../output.h"
|
||||
#include "../parse.h"
|
||||
#include "../seat.h"
|
||||
#include "../server.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
|
@ -22,11 +18,7 @@
|
|||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <fontconfig/fontconfig.h>
|
||||
#include <pango.h>
|
||||
#include <pango/pangocairo.h>
|
||||
#include <wayland-server-core.h>
|
||||
#include <wayland-client.h>
|
||||
#include <wlr/backend.h>
|
||||
#include <wlr/types/wlr_keyboard_group.h>
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
|
|
@ -53,6 +45,11 @@
|
|||
#include <wlr/xwayland.h>
|
||||
#endif
|
||||
|
||||
#include "../keybinding.h"
|
||||
#include "../output.h"
|
||||
#include "../parse.h"
|
||||
#include "../seat.h"
|
||||
#include "../server.h"
|
||||
#include "../idle_inhibit_v1.h"
|
||||
#include "../xdg_shell.h"
|
||||
#if CG_HAS_XWAYLAND
|
||||
|
|
|
|||
|
|
@ -9,10 +9,12 @@
|
|||
#define _POSIX_C_SOURCE 200812L
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <wlr/types/wlr_keyboard_group.h>
|
||||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "../keybinding.h"
|
||||
|
|
@ -22,6 +24,7 @@
|
|||
#include "../seat.h"
|
||||
#include "../server.h"
|
||||
#include "../workspace.h"
|
||||
#include "../view.h"
|
||||
#if CG_HAS_XWAYLAND
|
||||
#include "../xwayland.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue