mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
|
|
@ -2,9 +2,9 @@
|
|||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include "container.h"
|
||||
#include "sway/container.h"
|
||||
#include "sway/ipc-json.h"
|
||||
#include "util.h"
|
||||
#include "ipc-json.h"
|
||||
|
||||
static json_object *ipc_json_create_rect(swayc_t *c) {
|
||||
json_object *rect = json_object_new_object();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue