config: don't include dix-config.h in header

The dix-config.h file needs to be included by sources at the very
top, it shouldn't be included by 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-11 11:48:40 +01:00
committed by Enrico Weigelt
parent 14f03de002
commit 7daa4e58b8

View File

@@ -26,8 +26,6 @@
#ifndef XSERVER_CONFIG_BACKENDS_H
#define XSERVER_CONFIG_BACKENDS_H
#include <dix-config.h>
#include "input.h"
#include "list.h"