mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
15
sway/focus.c
15
sway/focus.c
|
|
@ -1,13 +1,12 @@
|
|||
#include <wlc/wlc.h>
|
||||
|
||||
#include "focus.h"
|
||||
#include "sway/focus.h"
|
||||
#include "sway/workspace.h"
|
||||
#include "sway/layout.h"
|
||||
#include "sway/config.h"
|
||||
#include "sway/input_state.h"
|
||||
#include "sway/ipc-server.h"
|
||||
#include "sway/border.h"
|
||||
#include "log.h"
|
||||
#include "workspace.h"
|
||||
#include "layout.h"
|
||||
#include "config.h"
|
||||
#include "input_state.h"
|
||||
#include "ipc-server.h"
|
||||
#include "border.h"
|
||||
|
||||
bool locked_container_focus = false;
|
||||
bool suspend_workspace_cleanup = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue