move wlr_box from /types to /util

This commit is contained in:
Simon Zeni 2021-07-01 16:36:01 -04:00 committed by Simon Ser
parent d975f35bba
commit e192d87731
35 changed files with 80 additions and 62 deletions

View file

@ -17,6 +17,7 @@
#include <wlr/interfaces/wlr_output.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/util/box.h>
#include <wlr/util/log.h>
#include <xf86drm.h>
#include <xf86drmMode.h>