xfixes: move include guards up to wrap the whole file

See: https://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html
Signed-off-by: Mike Gelfand <mikedld@mikedld.com>
This commit is contained in:
Mike Gelfand 2025-06-23 22:43:05 +01:00
parent 72197b80b0
commit 1ed382ec1a
No known key found for this signature in database
GPG Key ID: CC4DBBE3299B16F8
2 changed files with 6 additions and 6 deletions

View File

@ -20,13 +20,13 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
#ifndef _XFIXES_H_
#define _XFIXES_H_
#ifdef HAVE_DIX_CONFIG_H #ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h> #include <dix-config.h>
#endif #endif
#ifndef _XFIXES_H_
#define _XFIXES_H_
#include "resource.h" #include "resource.h"
extern RESTYPE RegionResType; extern RESTYPE RegionResType;

View File

@ -42,13 +42,13 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
#ifndef _XFIXESINT_H_
#define _XFIXESINT_H_
#ifdef HAVE_DIX_CONFIG_H #ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h> #include <dix-config.h>
#endif #endif
#ifndef _XFIXESINT_H_
#define _XFIXESINT_H_
#include <X11/X.h> #include <X11/X.h>
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <X11/extensions/xfixesproto.h> #include <X11/extensions/xfixesproto.h>