xquartz: dont include dix-config.h in other headers

dix-config.h needs to be included at the very top of all sources,
but it shouldn't be included from other headers.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-11 16:46:23 +01:00
committed by Enrico Weigelt
parent 4d7ffcc2b8
commit 482a11238f

View File

@@ -31,8 +31,6 @@
#ifndef X11CONTROLLER_H
#define X11CONTROLLER_H 1
#include <dix-config.h>
#if __OBJC__
#include "sanitizedCocoa.h"