mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
include: 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
e835d2a000
commit
75c751dd92
@@ -47,11 +47,6 @@ SOFTWARE.
|
||||
#ifndef SERVERMD_H
|
||||
#define SERVERMD_H 1
|
||||
|
||||
#if !defined(_DIX_CONFIG_H_) && !defined(_XORG_SERVER_H_)
|
||||
#error Drivers must include xorg-server.h before any other xserver headers
|
||||
#error xserver code must include dix-config.h before any other headers
|
||||
#endif
|
||||
|
||||
#include <X11/Xarch.h> /* for X_LITTLE_ENDIAN/X_BIG_ENDIAN */
|
||||
|
||||
#if X_BYTE_ORDER == X_LITTLE_ENDIAN
|
||||
|
||||
Reference in New Issue
Block a user