diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-05-31 16:24:32 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-05-31 16:24:32 -0400 |
commit | e2ee67125e076af9be1f115051c680f6e3b69be5 (patch) | |
tree | 6031b58a5fa077829f07b86d05d54a461a724f27 /include | |
parent | c7f6981d9cdbdb27c415071487ad7974e5b1a94a (diff) |
s/wayland.h/types.h/g
Diffstat (limited to 'include')
-rw-r--r-- | include/types.h (renamed from include/wayland.h) | 2 | ||||
-rw-r--r-- | include/wlr/types.h (renamed from include/wlr/wayland.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/wayland.h b/include/types.h index ca79fe33..5513e936 100644 --- a/include/wayland.h +++ b/include/types.h @@ -2,7 +2,7 @@ #define _WLR_WAYLAND_INTERNAL_H #include <wayland-server.h> -#include <wlr/wayland.h> +#include <wlr/types.h> #include <stdbool.h> struct wlr_output_impl { diff --git a/include/wlr/wayland.h b/include/wlr/types.h index 4870b84c..4870b84c 100644 --- a/include/wlr/wayland.h +++ b/include/wlr/types.h |