mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Address review feedback
This commit is contained in:
parent
68cfa7ef67
commit
8d6bce02af
4 changed files with 28 additions and 23 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#ifndef _SWAY_OUTPUT_H
|
||||
#define _SWAY_OUTPUT_H
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <wayland-server.h>
|
||||
#include <wlr/types/wlr_box.h>
|
||||
#include <wlr/types/wlr_output.h>
|
||||
#include <unistd.h>
|
||||
|
||||
struct sway_server;
|
||||
struct sway_container;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue