mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Combine internal DRM headers into one
Everything always just included both anyway
This commit is contained in:
parent
28e3148bbc
commit
2b06f88f0b
4 changed files with 33 additions and 46 deletions
|
|
@ -12,8 +12,7 @@
|
|||
#include <wlr/common/list.h>
|
||||
#include <wlr/backend/interface.h>
|
||||
#include "backend/udev.h"
|
||||
#include "backend/drm/backend.h"
|
||||
#include "backend/drm/drm.h"
|
||||
#include "backend/drm.h"
|
||||
#include "common/log.h"
|
||||
|
||||
static bool wlr_drm_backend_init(struct wlr_backend_state *state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue