treewide: drop including <dix-config.h> from private includes

All .c sources must include <dix-config.h> at the very first.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-04 18:42:40 +01:00
committed by Enrico Weigelt
parent 220089822b
commit 19ee44b607
6 changed files with 2 additions and 11 deletions

View File

@@ -23,7 +23,6 @@
#ifndef _DRI3PRIV_H_
#define _DRI3PRIV_H_
#include "dix-config.h"
#include <X11/X.h>
#include "scrnintstr.h"
#include "misc.h"