drop obsolete HAVE_DIX_CONFIG_H

The symbol controls whether to include dix-config.h, and it's always set,
thus we don't need it (and dozens of ifdef's) anymore.

This commit only removes them from our own source files, where we can
guarantee that dix-config.h is present - leaving the (potentially exported)
headers untouched.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-01-25 14:39:00 +01:00
committed by Povilas Kanapickas
parent 4cac1ee46d
commit a917f6a8a8
365 changed files with 0 additions and 737 deletions

View File

@@ -32,9 +32,7 @@ and Jim Haggerty of Metheus.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "dix/cursor_priv.h"
#include "dix/eventconvert.h"

View File

@@ -45,9 +45,7 @@ from The Open Group.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <string.h>