mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
|
|
@ -12,13 +12,12 @@
|
|||
#include <signal.h>
|
||||
#include <stdbool.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "client/window.h"
|
||||
#include "client/registry.h"
|
||||
#include "client/cairo.h"
|
||||
#include "swaylock/swaylock.h"
|
||||
#include "ipc-client.h"
|
||||
#include "log.h"
|
||||
#include "lock/lock.h"
|
||||
|
||||
struct registry *registry;
|
||||
struct render_data render_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue