mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-25 09:07:38 -04: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…
Add table
Add a link
Reference in a new issue