diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-01 15:47:58 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-11-01 15:47:58 -0400 |
commit | 4f73498b78645728ff23adfbf9b650a1b66b66bb (patch) | |
tree | db4c1a84bd66da1530ba33ec6781f75b7456b36b /examples/multi-pointer.c | |
parent | 19f24e5530625f4b7cafb6cbcdbb71fe69c2288c (diff) |
Move shared example code
Diffstat (limited to 'examples/multi-pointer.c')
-rw-r--r-- | examples/multi-pointer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/multi-pointer.c b/examples/multi-pointer.c index e0993987..e29a69db 100644 --- a/examples/multi-pointer.c +++ b/examples/multi-pointer.c @@ -22,9 +22,9 @@ #include <wlr/types/wlr_cursor.h> #include <wlr/util/log.h> #include <wlr/types/wlr_list.h> -#include "shared.h" -#include "config.h" -#include "cat.h" +#include "support/shared.h" +#include "support/config.h" +#include "support/cat.h" struct sample_state; |