From cfbee4cd012e48783d9724ec319e747f34c62615 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Mon, 23 Jun 2025 22:22:43 +0100 Subject: [PATCH] fb: move include guards up to wrap the whole file See: https://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html Signed-off-by: Mike Gelfand --- fb/fbpict.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fb/fbpict.h b/fb/fbpict.h index eb627c15f..58edd98c0 100644 --- a/fb/fbpict.h +++ b/fb/fbpict.h @@ -21,13 +21,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifndef _FBPICT_H_ +#define _FBPICT_H_ + #ifdef HAVE_DIX_CONFIG_H #include #endif -#ifndef _FBPICT_H_ -#define _FBPICT_H_ - #include "fb.h" /* fbpict.c */