exa: drop ifdef on HAVE_DIX_CONFIG

We always have dix-config.h, so no need for extra guard.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-04-22 20:09:21 +02:00
parent 8d95320217
commit 35ed325361

View File

@ -26,9 +26,7 @@
#ifndef EXAPRIV_H
#define EXAPRIV_H
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "exa.h"