test: drop unncessary include of dix-config.h from headers

This header needs to be included at the top of source files,
should not be done 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-10 12:43:04 +01:00
committed by Enrico Weigelt
parent 755444e11b
commit ac568d017d

View File

@@ -24,10 +24,6 @@
#ifndef PROTOCOL_COMMON_H #ifndef PROTOCOL_COMMON_H
#define PROTOCOL_COMMON_H #define PROTOCOL_COMMON_H
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "dix/resource_priv.h" #include "dix/resource_priv.h"
#include "scrnintstr.h" #include "scrnintstr.h"