mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-23 23:30:02 +00:00
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:
committed by
Enrico Weigelt
parent
c721bb59c8
commit
7b930592e6
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user