mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
Fix some build errors
This commit is contained in:
parent
2b06f88f0b
commit
325a331425
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#include <wlr/session.h>
|
||||
#include <wlr/backend/interface.h>
|
||||
#include "common/log.h"
|
||||
#include "backend/drm/backend.h"
|
||||
#include "backend/drm.h"
|
||||
|
||||
struct wlr_backend *wlr_backend_create(const struct wlr_backend_impl *impl,
|
||||
struct wlr_backend_state *state) {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "backend/egl.h"
|
||||
#include "backend/udev.h"
|
||||
#include "event.h"
|
||||
#include "drm.h"
|
||||
|
||||
struct wlr_drm_renderer {
|
||||
int fd;
|
||||
|
|
Loading…
Reference in a new issue