Changed header paths.

This commit is contained in:
Scott Anderson 2017-07-11 19:18:34 +12:00
parent 2ae5cd6539
commit cb4d50e22c
31 changed files with 33 additions and 33 deletions

View file

@ -10,7 +10,7 @@
#include <libudev.h>
#include <gbm.h>
#include <wlr/session.h>
#include <wlr/backend/session.h>
#include <wlr/backend/drm.h>
#include <wlr/util/list.h>

View file

@ -5,7 +5,7 @@
#include <wlr/backend/multi.h>
#include <wlr/backend/udev.h>
#include <wlr/util/list.h>
#include <wlr/session.h>
#include <wlr/backend/session.h>
struct wlr_backend_state {
struct wlr_backend *backend;

View file

@ -3,7 +3,7 @@
#include <sys/types.h>
#include <libudev.h>
#include <wlr/session.h>
#include <wlr/backend/session.h>
#include <wayland-server.h>
#include <wlr/backend/udev.h>