compositor: Fix a couple of #includes to use "" instead of <>
This commit is contained in:
parent
1e8019c00c
commit
36d5facc24
@ -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…
x
Reference in New Issue
Block a user