diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 19:18:34 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 13:25:26 +1200 |
commit | cb4d50e22c217027d641fc36cd022d12bba8d1ad (patch) | |
tree | 0ae27d76bdbe33d49416536ff72e6cd360102e15 /include/wlr/backend/session | |
parent | 2ae5cd6539253e03e065f3ecbf55179527bb5ea2 (diff) |
Changed header paths.
Diffstat (limited to 'include/wlr/backend/session')
-rw-r--r-- | include/wlr/backend/session/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/backend/session/interface.h b/include/wlr/backend/session/interface.h index 4938110d..16814446 100644 --- a/include/wlr/backend/session/interface.h +++ b/include/wlr/backend/session/interface.h @@ -1,7 +1,7 @@ #ifndef WLR_SESSION_INTERFACE_H #define WLR_SESSION_INTERFACE_H -#include <wlr/session.h> +#include <wlr/backend/session.h> struct session_impl { struct wlr_session *(*start)(struct wl_display *disp); |