From e192d8773181681baa5f189b3375992ff41bc5e0 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Thu, 1 Jul 2021 16:36:01 -0400 Subject: move wlr_box from /types to /util --- examples/fullscreen-shell.c | 1 + examples/output-layout.c | 1 + examples/quads.c | 1 + examples/tablet.c | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/fullscreen-shell.c b/examples/fullscreen-shell.c index 52776c55..c4916a71 100644 --- a/examples/fullscreen-shell.c +++ b/examples/fullscreen-shell.c @@ -14,6 +14,7 @@ #include #include #include +#include #include /** diff --git a/examples/output-layout.c b/examples/output-layout.c index 121ea15b..356d5d56 100644 --- a/examples/output-layout.c +++ b/examples/output-layout.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include "cat.h" diff --git a/examples/quads.c b/examples/quads.c index 8745706e..6696ef7c 100644 --- a/examples/quads.c +++ b/examples/quads.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include diff --git a/examples/tablet.c b/examples/tablet.c index 7d82f441..5d0e8dcc 100644 --- a/examples/tablet.c +++ b/examples/tablet.c @@ -9,13 +9,13 @@ #include #include #include -#include #include #include #include #include #include #include +#include #include #include -- cgit v1.2.3