Fix some build errors

This commit is contained in:
Drew DeVault 2017-06-12 22:45:25 -04:00
parent 2b06f88f0b
commit 325a331425
2 changed files with 1 additions and 2 deletions

View File

@ -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) {

View File

@ -17,7 +17,6 @@
#include "backend/egl.h"
#include "backend/udev.h"
#include "event.h"
#include "drm.h"
struct wlr_drm_renderer {
int fd;