xfixes: drop including dix-config.h

All xserver sources need to include it at the very top anyways, so
no need to clutter public SDK headers with extra complexity.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-10 10:45:38 +01:00
committed by Enrico Weigelt
parent c721bb59c8
commit 7b930592e6
2 changed files with 0 additions and 8 deletions

View File

@@ -23,10 +23,6 @@
#ifndef _XFIXES_H_ #ifndef _XFIXES_H_
#define _XFIXES_H_ #define _XFIXES_H_
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "resource.h" #include "resource.h"
extern RESTYPE RegionResType; extern RESTYPE RegionResType;

View File

@@ -45,10 +45,6 @@
#ifndef _XFIXESINT_H_ #ifndef _XFIXESINT_H_
#define _XFIXESINT_H_ #define _XFIXESINT_H_
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <X11/X.h> #include <X11/X.h>
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <X11/extensions/xfixesproto.h> #include <X11/extensions/xfixesproto.h>