From 0aea4cf3a7c088beb5e02f1fb59ecb33370e23f2 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Mon, 23 Jun 2025 22:46:15 +0100 Subject: [PATCH] xkb: move include guards up to wrap the whole file See: https://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html Signed-off-by: Mike Gelfand --- xkb/xkbDflts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xkb/xkbDflts.h b/xkb/xkbDflts.h index 89714f302a..19b588e960 100644 --- a/xkb/xkbDflts.h +++ b/xkb/xkbDflts.h @@ -1,8 +1,8 @@ -#include "dix/dix_priv.h" - #ifndef DEFAULT_H #define DEFAULT_H 1 +#include "dix/dix_priv.h" + #define DPYTYPE char * #define NUM_KEYS 1