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/wlr/types/wlr_keyboard_group.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_keyboard_group.h b/include/wlr/types/wlr_keyboard_group.h index 0b3df226..cb73899a 100644 --- a/include/wlr/types/wlr_keyboard_group.h +++ b/include/wlr/types/wlr_keyboard_group.h @@ -10,8 +10,8 @@ #define WLR_TYPES_WLR_KEYBOARD_GROUP_H #include -#include "wlr/types/wlr_keyboard.h" -#include "wlr/types/wlr_input_device.h" +#include +#include struct wlr_keyboard_group { struct wlr_keyboard keyboard; -- cgit v1.2.3