include: don't install client.h anymore

not included by any drivers, so doesn't need to be in SDK anymore.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-05 16:37:05 +01:00
committed by Enrico Weigelt
parent 800d37edcb
commit 609ea42a62
4 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,8 @@
#ifndef _XSERVER_DIXSTRUCT_PRIV_H
#define _XSERVER_DIXSTRUCT_PRIV_H
#include "client.h"
#include <X11/Xmd.h>
#include "dix.h"
#include "resource.h"
#include "cursor.h"
@@ -14,7 +15,6 @@
#include "pixmap.h"
#include "privates.h"
#include "dixstruct.h"
#include <X11/Xmd.h>
static inline void
SetReqFds(ClientPtr client, int req_fds) {

View File

@@ -218,7 +218,6 @@ cat > sdksyms.c << EOF
#include "closure.h"
#include "colormap.h"
#include "colormapst.h"
#include "client.h"
#include "cursor.h"
#include "cursorstr.h"
#include "dix.h"

View File

@@ -27,8 +27,6 @@ SOFTWARE.
#include <X11/Xmd.h>
#include "callback.h"
#include "client.h"
#include "dix.h"
#include "resource.h"
#include "cursor.h"
@@ -36,6 +34,9 @@ SOFTWARE.
#include "pixmap.h"
#include "privates.h"
struct _Client;
typedef struct _ClientId *ClientIdPtr;
/*
* direct-mapped hash table, used by resource manager to store
* translation from client ids to server addresses.

View File

@@ -432,7 +432,6 @@ if build_xorg
[
'Xprintf.h',
'callback.h',
'client.h',
'closure.h',
'colormap.h',
'colormapst.h',