Xext: geext.h: don't include <dix-config.h>

Really no need to ever include it from here.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1811>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-18 14:33:30 +01:00 committed by Marge Bot
parent a7600ac884
commit 20d4c40df4

View File

@ -25,11 +25,6 @@ other dealings in this Software without prior written authorization
from the author.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _GEEXT_H_
#define _GEEXT_H_
#include <X11/extensions/geproto.h>