diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-07-01 16:36:01 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-07-06 21:43:17 +0200 |
commit | e192d8773181681baa5f189b3375992ff41bc5e0 (patch) | |
tree | 26c46595336cf93d3f05ed9f2522b4750617d73a /include/wlr/interfaces | |
parent | d975f35bba6e128218de2696d5bce26656e3fd5f (diff) |
move wlr_box from /types to /util
Diffstat (limited to 'include/wlr/interfaces')
-rw-r--r-- | include/wlr/interfaces/wlr_output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index 83a8c321..83d1b58a 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -11,7 +11,6 @@ #include <stdbool.h> #include <wlr/backend.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_output.h> /** |