mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 08:18:09 +02:00
compositor: Fix a couple of #includes to use "" instead of <>
This commit is contained in:
parent
1e8019c00c
commit
36d5facc24
2 changed files with 1 additions and 2 deletions
|
|
@ -41,9 +41,9 @@
|
|||
#include <drm_fourcc.h>
|
||||
|
||||
#include <gbm.h>
|
||||
#include <libbacklight.h>
|
||||
#include <libudev.h>
|
||||
|
||||
#include "libbacklight.h"
|
||||
#include "compositor.h"
|
||||
#include "gl-renderer.h"
|
||||
#include "pixman-renderer.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <dbus.h>
|
||||
#include <fcntl.h>
|
||||
#include <linux/vt.h>
|
||||
#include <linux/kd.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue