Update wlr_box includes

Update for the breaking change in [1].

[1]: https://github.com/swaywm/wlroots/pull/3011
This commit is contained in:
Simon Ser 2021-07-07 11:29:14 +02:00
parent c41dc33590
commit 4832fc937f
10 changed files with 5 additions and 14 deletions

View file

@ -1,7 +1,6 @@
#define _POSIX_C_SOURCE 200809L
#include <stdlib.h>
#include <string.h>
#include <wlr/types/wlr_box.h>
#include "sway/commands.h"
#include "sway/config.h"