diff --git a/xfixes/xfixes.h b/xfixes/xfixes.h index 23f31cde4..31f0e1316 100644 --- a/xfixes/xfixes.h +++ b/xfixes/xfixes.h @@ -20,13 +20,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifndef _XFIXES_H_ +#define _XFIXES_H_ + #ifdef HAVE_DIX_CONFIG_H #include #endif -#ifndef _XFIXES_H_ -#define _XFIXES_H_ - #include "resource.h" extern RESTYPE RegionResType; diff --git a/xfixes/xfixesint.h b/xfixes/xfixesint.h index 6e606d00a..0f6e87931 100644 --- a/xfixes/xfixesint.h +++ b/xfixes/xfixesint.h @@ -42,13 +42,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifndef _XFIXESINT_H_ +#define _XFIXESINT_H_ + #ifdef HAVE_DIX_CONFIG_H #include #endif -#ifndef _XFIXESINT_H_ -#define _XFIXESINT_H_ - #include #include #include