compositor: Fix a couple of #includes to use "" instead of <>

This commit is contained in:
Kristian Høgsberg 2014-01-27 23:02:35 -08:00
parent 1e8019c00c
commit 36d5facc24
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -23,7 +23,6 @@
#include "config.h"
#include <errno.h>
#include <dbus.h>
#include <fcntl.h>
#include <linux/vt.h>
#include <linux/kd.h>