dix: drop unnecessary check on HAVE_DIX_CONFIG_H

The dix-config.h include file is always present, so no need for
an extra check and conditional include.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-04 15:17:37 +02:00
committed by Povilas Kanapickas
parent 313334ec28
commit 4cac1ee46d
36 changed files with 0 additions and 72 deletions

View File

@@ -44,9 +44,7 @@ SOFTWARE.
********************************************************/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <X11/X.h>
#include <X11/Xproto.h>