From fd91244e8356f1fded735fae8f67d15efaccf6be Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 21 Jun 2017 10:27:45 -0400 Subject: Update everyone to use new headers --- example/pointer.c | 2 +- example/rotation.c | 2 +- example/shared.c | 3 ++- example/shared.h | 3 ++- example/simple.c | 2 +- example/tablet.c | 4 +++- example/touch.c | 1 - 7 files changed, 10 insertions(+), 7 deletions(-) (limited to 'example') diff --git a/example/pointer.c b/example/pointer.c index 9aeb41a7..6921d9b2 100644 --- a/example/pointer.c +++ b/example/pointer.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include "shared.h" #include "cat.h" diff --git a/example/rotation.c b/example/rotation.c index 412a81ca..b795b438 100644 --- a/example/rotation.c +++ b/example/rotation.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include "shared.h" #include "cat.h" diff --git a/example/shared.c b/example/shared.c index 6af3042b..c76a9195 100644 --- a/example/shared.c +++ b/example/shared.c @@ -9,7 +9,8 @@ #include #include #include -#include +#include +#include #include "shared.h" static void keyboard_led_update(struct keyboard_state *kbstate) { diff --git a/example/shared.h b/example/shared.h index 6d533443..b07f820a 100644 --- a/example/shared.h +++ b/example/shared.h @@ -7,7 +7,8 @@ #include #include #include -#include +#include +#include struct output_state { struct compositor_state *compositor; diff --git a/example/simple.c b/example/simple.c index 34d9c9b1..cb3a194c 100644 --- a/example/simple.c +++ b/example/simple.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include "shared.h" diff --git a/example/tablet.c b/example/tablet.c index 4d64b638..fb0cb65c 100644 --- a/example/tablet.c +++ b/example/tablet.c @@ -14,7 +14,9 @@ #include #include #include -#include +#include +#include +#include #include #include "shared.h" #include "cat.h" diff --git a/example/touch.c b/example/touch.c index 2b6cb173..554c46c0 100644 --- a/example/touch.c +++ b/example/touch.c @@ -17,7 +17,6 @@ #include #include #include -#include #include "shared.h" #include "cat.h" -- cgit v1.2.3