diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-06-21 12:10:07 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-06-21 12:10:07 -0400 |
commit | f4453d104dcf0742af0949225cada72a6cc65d05 (patch) | |
tree | c9d447041a1057641221bd3e53958de4f28e4c87 /example | |
parent | fd91244e8356f1fded735fae8f67d15efaccf6be (diff) |
Reorganize wlr-common
Diffstat (limited to 'example')
-rw-r--r-- | example/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/touch.c b/example/touch.c index 554c46c0..d2280385 100644 --- a/example/touch.c +++ b/example/touch.c @@ -11,12 +11,12 @@ #include <wayland-server-protocol.h> #include <xkbcommon/xkbcommon.h> #include <GLES3/gl3.h> -#include <wlr/common/list.h> #include <wlr/render/matrix.h> #include <wlr/render/gles3.h> #include <wlr/render.h> #include <wlr/backend.h> #include <wlr/session.h> +#include <wlr/util/list.h> #include "shared.h" #include "cat.h" |