diff options
Diffstat (limited to 'examples/touch.c')
-rw-r--r-- | examples/touch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/touch.c b/examples/touch.c index 3f0c4867..df6c6c48 100644 --- a/examples/touch.c +++ b/examples/touch.c @@ -18,8 +18,8 @@ #include <wlr/backend/session.h> #include <wlr/types/wlr_list.h> #include <wlr/util/log.h> -#include "shared.h" -#include "cat.h" +#include "support/shared.h" +#include "support/cat.h" struct sample_state { struct wlr_renderer *renderer; |