mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
18
sway/main.c
18
sway/main.c
|
|
@ -8,17 +8,17 @@
|
|||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#include "extensions.h"
|
||||
#include "layout.h"
|
||||
#include "stringop.h"
|
||||
#include "config.h"
|
||||
#include "log.h"
|
||||
#include "readline.h"
|
||||
#include "handlers.h"
|
||||
#include "sway/extensions.h"
|
||||
#include "sway/layout.h"
|
||||
#include "sway/config.h"
|
||||
#include "sway/handlers.h"
|
||||
#include "sway/input.h"
|
||||
#include "sway/ipc-server.h"
|
||||
#include "ipc-client.h"
|
||||
#include "ipc-server.h"
|
||||
#include "input.h"
|
||||
#include "readline.h"
|
||||
#include "stringop.h"
|
||||
#include "sway.h"
|
||||
#include "log.h"
|
||||
|
||||
static bool terminate_request = false;
|
||||
static int exit_value = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue