mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Make include paths more intuitive
This commit is contained in:
parent
a2fb7dab29
commit
484ad8280e
1 changed files with 11 additions and 11 deletions
|
|
@ -47,18 +47,18 @@
|
|||
#include <wlr/xwayland.h>
|
||||
#endif
|
||||
|
||||
#include "idle_inhibit_v1.h"
|
||||
#include "keybinding.h"
|
||||
#include "message.h"
|
||||
#include "output.h"
|
||||
#include "parse.h"
|
||||
#include "seat.h"
|
||||
#include "server.h"
|
||||
#include "view.h"
|
||||
#include "workspace.h"
|
||||
#include "xdg_shell.h"
|
||||
#include "../idle_inhibit_v1.h"
|
||||
#include "../keybinding.h"
|
||||
#include "../message.h"
|
||||
#include "../output.h"
|
||||
#include "../parse.h"
|
||||
#include "../seat.h"
|
||||
#include "../server.h"
|
||||
#include "../view.h"
|
||||
#include "../workspace.h"
|
||||
#include "../xdg_shell.h"
|
||||
#if CG_HAS_XWAYLAND
|
||||
#include "xwayland.h"
|
||||
#include "../xwayland.h"
|
||||
#endif
|
||||
|
||||
#ifndef WAIT_ANY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue