aboutsummaryrefslogtreecommitdiff
path: root/examples/idle.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-17 16:34:32 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-17 16:34:32 -0500
commitd2c7defa10797b6755904ee43d93bf1275d1777a (patch)
treef4e1974892f71ad1724ed64b042f34c002d43fe2 /examples/idle.c
parent85871cb666a8adf8221b0b64049697a9d5ade686 (diff)
parent088028c570dd5b52f81069654166f0117667fac0 (diff)
Merge branch 'master' into output-layout-adjacent
Diffstat (limited to 'examples/idle.c')
-rw-r--r--examples/idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/idle.c b/examples/idle.c
index 57c366d1..2b155c68 100644
--- a/examples/idle.c
+++ b/examples/idle.c
@@ -6,8 +6,8 @@
#include <pthread.h>
#include <wayland-client.h>
#include <wayland-client-protocol.h>
-#include <idle-client-protocol.h>
#include <wlr/util/log.h>
+#include "idle-client-protocol.h"
static struct org_kde_kwin_idle *idle_manager = NULL;
static struct wl_seat *seat = NULL;