diff options
author | Simon Ser <contact@emersion.fr> | 2021-12-17 15:37:07 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-12-17 15:38:03 +0100 |
commit | 93e050c602df91b00454046b12dc7331a555c437 (patch) | |
tree | e5cedeadf8484b772cb43903784707365f997dcd | |
parent | 562b24b9fc8e2c2e3de23dfaa32af5e3637c6da0 (diff) |
Remove wlr_box.h redirection
Compositors should've all been updated to use the new header by now.
-rw-r--r-- | include/wlr/types/wlr_box.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/wlr/types/wlr_box.h b/include/wlr/types/wlr_box.h deleted file mode 100644 index 8720cef8..00000000 --- a/include/wlr/types/wlr_box.h +++ /dev/null @@ -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 |