xfixes: drop using HAVE_DIX_CONFIG_H

This symbol is always defined, and the header is always present,
so no need to check for it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-07-04 16:56:03 +02:00
parent 874cafe097
commit 7310580f86
2 changed files with 4 additions and 10 deletions

View File

@ -19,14 +19,11 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _XFIXES_H_ #ifndef _XFIXES_H_
#define _XFIXES_H_ #define _XFIXES_H_
#include <dix-config.h>
#include "resource.h" #include "resource.h"
extern RESTYPE RegionResType; extern RESTYPE RegionResType;

View File

@ -41,14 +41,11 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _XFIXESINT_H_ #ifndef _XFIXESINT_H_
#define _XFIXESINT_H_ #define _XFIXESINT_H_
#include <dix-config.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>