Fix some build errors
This commit is contained in:
parent
2b06f88f0b
commit
325a331425
|
@ -6,7 +6,7 @@
|
||||||
#include <wlr/session.h>
|
#include <wlr/session.h>
|
||||||
#include <wlr/backend/interface.h>
|
#include <wlr/backend/interface.h>
|
||||||
#include "common/log.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 *wlr_backend_create(const struct wlr_backend_impl *impl,
|
||||||
struct wlr_backend_state *state) {
|
struct wlr_backend_state *state) {
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
#include "backend/egl.h"
|
#include "backend/egl.h"
|
||||||
#include "backend/udev.h"
|
#include "backend/udev.h"
|
||||||
#include "event.h"
|
#include "event.h"
|
||||||
#include "drm.h"
|
|
||||||
|
|
||||||
struct wlr_drm_renderer {
|
struct wlr_drm_renderer {
|
||||||
int fd;
|
int fd;
|
||||||
|
|
Loading…
Reference in New Issue