mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04: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…
Add table
Add a link
Reference in a new issue