Remove wlr_box.h redirection
Compositors should've all been updated to use the new header by now.
This commit is contained in:
parent
562b24b9fc
commit
93e050c602
|
@ -1,7 +0,0 @@
|
|||
#ifndef WLR_TYPES_WLR_BOX_H
|
||||
#define WLR_TYPES_WLR_BOX_H
|
||||
|
||||
#warning "wlr_box has been moved to wlr/util/box.h"
|
||||
#include <wlr/util/box.h>
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue