mi: mivalidate.h: drop unnecessary check for HAVE_DIX_CONFIG_H

The symbol is always defined, 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-08 19:49:27 +02:00
parent d78669aa1b
commit cec02e71cb

View File

@@ -25,14 +25,11 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef MIVALIDATE_H
#define MIVALIDATE_H
#include <dix-config.h>
#include "regionstr.h"
typedef union _Validate {