Update wlr_box includes to util/box.h

The wlroots header has been moved upstream.
This commit is contained in:
Simon Ser 2021-08-11 11:31:14 +02:00
parent 4fc4f88efe
commit 1ef4cf5b8b
7 changed files with 3 additions and 8 deletions

View file

@ -9,7 +9,6 @@
#include <stdbool.h>
#include <stdlib.h>
#include <wayland-server-core.h>
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_scene.h>
#include <wlr/types/wlr_xdg_shell.h>
#include <wlr/util/log.h>