diff --git a/xfixes/xfixes.h b/xfixes/xfixes.h index 23f31cde41..31f0e13161 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 0309ab7030..04fb237332 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