From d1984032ab83d8a5dca35af8aa70a4d9e05dfde1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kr=C3=B6ner?= Date: Fri, 9 Jul 2021 22:34:06 +0200 Subject: [PATCH] Change header to stable wlr_box interface --- include/wlr/types/wlr_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 316335493..78647cb97 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -16,7 +16,7 @@ #include #include #include -#include +#include struct wlr_output_mode { int32_t width, height;