mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
Drop server.h include from input/input-manager.h
The only reason it's included there is for a declaration of struct sway_server, but we can just forward-declare it. This avoids rebuilding almost all of Sway when touching server.h. All other server.h includes are from source files, not headers.
This commit is contained in:
parent
df69367d92
commit
d0bd591ee7
24 changed files with 29 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include "log.h"
|
||||
#include "sway/config.h"
|
||||
#include "sway/ipc-json.h"
|
||||
#include "sway/server.h"
|
||||
#include "sway/tree/container.h"
|
||||
#include "sway/tree/view.h"
|
||||
#include "sway/tree/workspace.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue