mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-25 22:25:58 +01:00
backend: stop pulling <wlr/backend/session.h>
We can just forward-declare the struct instead.
This commit is contained in:
parent
ba13f471ea
commit
b89a050e58
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@
|
||||||
#define WLR_BACKEND_H
|
#define WLR_BACKEND_H
|
||||||
|
|
||||||
#include <wayland-server-core.h>
|
#include <wayland-server-core.h>
|
||||||
#include <wlr/backend/session.h>
|
|
||||||
|
|
||||||
|
struct wlr_session;
|
||||||
struct wlr_backend_impl;
|
struct wlr_backend_impl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue