Xnest: drop xnest-config.h

Xnest now is the only consumer of xnest-config.h, but here
dix-config is enough (doesn't use anything from xkb-config.h),
so this file can be dropped now.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-15 18:57:36 +01:00
parent c8c01b037e
commit 0c87d592ef
17 changed files with 16 additions and 52 deletions

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <string.h>
#include <errno.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xatom.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xproto.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#ifdef WIN32
#include <X11/Xwindows.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xproto.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xproto.h>

View File

@ -12,7 +12,7 @@ is" without express or implied warranty.
*/
#include <xnest-config.h>
#include <dix-config.h>
#include <X11/X.h>
#include <X11/Xdefs.h>

View File

@ -1,36 +0,0 @@
/*
* Copyright 2005 Red Hat Inc., Raleigh, North Carolina.
*
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation on the rights to use, copy, modify, merge,
* publish, distribute, sublicense, and/or sell copies of the Software,
* and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
*
* The above copyright notice and this permission notice (including the
* next paragraph) shall be included in all copies or substantial
* portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#ifndef XNEST_CONFIG_H
#define XNEST_CONFIG_H
#include <dix-config.h>
#include <xkb-config.h>
#undef MITSHM
#endif /* XNEST_CONFIG_H */