mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-10 08:21:24 -04:00
Fix/cleanup includes a bit
This commit is contained in:
parent
4277d8cfdc
commit
5fd43add1c
21 changed files with 12 additions and 25 deletions
|
|
@ -5,13 +5,11 @@
|
|||
#include <wlr/render/drm_syncobj.h>
|
||||
#include <wlr/util/box.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include <xf86drm.h>
|
||||
#include <xf86drmMode.h>
|
||||
#include "backend/drm/drm.h"
|
||||
#include "backend/drm/fb.h"
|
||||
#include "backend/drm/iface.h"
|
||||
#include "backend/drm/util.h"
|
||||
#include "types/wlr_output.h"
|
||||
|
||||
static char *atomic_commit_flags_str(uint32_t flags) {
|
||||
const char *const l[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue