xquartz: 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:42:37 +02:00
parent d338bf6e68
commit 638f600565

View File

@ -31,9 +31,7 @@
#ifndef X11CONTROLLER_H #ifndef X11CONTROLLER_H
#define X11CONTROLLER_H 1 #define X11CONTROLLER_H 1
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h> #include <dix-config.h>
#endif
#if __OBJC__ #if __OBJC__