From 30fb73d9af7f3b6345daa24e02a6344d52c3903e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 30 Jul 2024 13:09:49 +0200 Subject: [PATCH] Xnest: drop obsolete xnest-config.h This file became pretty no-op, just including dix-config.h. So we can remove it now and include dix-config.h directly. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xnest/Args.c | 3 +-- hw/xnest/Color.c | 3 +-- hw/xnest/Cursor.c | 3 +-- hw/xnest/Display.c | 3 +-- hw/xnest/Events.c | 3 +-- hw/xnest/Font.c | 3 +-- hw/xnest/GC.c | 3 +-- hw/xnest/GCOps.c | 3 +-- hw/xnest/Handlers.c | 3 +-- hw/xnest/Init.c | 3 +-- hw/xnest/Keyboard.c | 3 +-- hw/xnest/Pixmap.c | 3 +-- hw/xnest/Pointer.c | 3 +-- hw/xnest/Screen.c | 3 +-- hw/xnest/Visual.c | 3 +-- hw/xnest/Window.c | 3 +-- hw/xnest/xnest-config.h | 33 --------------------------------- 17 files changed, 16 insertions(+), 65 deletions(-) delete mode 100644 hw/xnest/xnest-config.h diff --git a/hw/xnest/Args.c b/hw/xnest/Args.c index a57da839b..aa87558f3 100644 --- a/hw/xnest/Args.c +++ b/hw/xnest/Args.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Color.c b/hw/xnest/Color.c index dea33f57d..b8460b974 100644 --- a/hw/xnest/Color.c +++ b/hw/xnest/Color.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Cursor.c b/hw/xnest/Cursor.c index ea7d94912..89f508709 100644 --- a/hw/xnest/Cursor.c +++ b/hw/xnest/Cursor.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Display.c b/hw/xnest/Display.c index e9e98fcb4..a3e930135 100644 --- a/hw/xnest/Display.c +++ b/hw/xnest/Display.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Events.c b/hw/xnest/Events.c index 155296785..0cc0d225d 100644 --- a/hw/xnest/Events.c +++ b/hw/xnest/Events.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Font.c b/hw/xnest/Font.c index 060f29a91..eff88f5d9 100644 --- a/hw/xnest/Font.c +++ b/hw/xnest/Font.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/GC.c b/hw/xnest/GC.c index f8d99d6a2..a50803ea5 100644 --- a/hw/xnest/GC.c +++ b/hw/xnest/GC.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/GCOps.c b/hw/xnest/GCOps.c index 772076bb3..42db50c10 100644 --- a/hw/xnest/GCOps.c +++ b/hw/xnest/GCOps.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Handlers.c b/hw/xnest/Handlers.c index a06f3f90d..1484beec4 100644 --- a/hw/xnest/Handlers.c +++ b/hw/xnest/Handlers.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index 95b271777..fb30d7686 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Keyboard.c b/hw/xnest/Keyboard.c index d60d7dd8b..cd6e69b0b 100644 --- a/hw/xnest/Keyboard.c +++ b/hw/xnest/Keyboard.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #ifdef WIN32 #include diff --git a/hw/xnest/Pixmap.c b/hw/xnest/Pixmap.c index 55ea97e39..3910db3c7 100644 --- a/hw/xnest/Pixmap.c +++ b/hw/xnest/Pixmap.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Pointer.c b/hw/xnest/Pointer.c index e3b702ea9..0eced5741 100644 --- a/hw/xnest/Pointer.c +++ b/hw/xnest/Pointer.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Screen.c b/hw/xnest/Screen.c index 9455527ca..2a762a782 100644 --- a/hw/xnest/Screen.c +++ b/hw/xnest/Screen.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Visual.c b/hw/xnest/Visual.c index 858324b2c..37a6ac6cf 100644 --- a/hw/xnest/Visual.c +++ b/hw/xnest/Visual.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/Window.c b/hw/xnest/Window.c index 3630c7d98..d7e388568 100644 --- a/hw/xnest/Window.c +++ b/hw/xnest/Window.c @@ -11,8 +11,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ - -#include +#include #include #include diff --git a/hw/xnest/xnest-config.h b/hw/xnest/xnest-config.h deleted file mode 100644 index c8b3483ed..000000000 --- a/hw/xnest/xnest-config.h +++ /dev/null @@ -1,33 +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 - -#endif /* XNEST_CONFIG_H */