From e76583f1addd384151956ad779bfd800beeda8d6 Mon Sep 17 00:00:00 2001 From: zccrs Date: Tue, 6 Apr 2021 15:18:16 +0800 Subject: Use absolute paths in include in header files To unify the code style of the project, absolute paths have been used in some places, such as '#include "render/allocator.h"' in "render/gbm_allocator.h". Except for include the wayland protocol headers should be consistent. --- include/backend/drm/drm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/backend/drm/drm.h') diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 42680d74..11ce98e9 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -12,9 +12,9 @@ #include #include #include -#include "iface.h" -#include "properties.h" -#include "renderer.h" +#include "backend/drm/iface.h" +#include "backend/drm/properties.h" +#include "backend/drm/renderer.h" struct wlr_drm_plane { uint32_t type; -- cgit v1.2.3