diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2024-05-11 19:17:37 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2024-05-20 01:27:00 +0200 |
commit | a7d2c5abdc8e1573aaec97bcc5912597be61f86c (patch) | |
tree | c8deffcca47c17e4869871abcaf179523f40e899 /nx-X11 | |
parent | 834c50e10800a23efdfa537ed91dbaa548f8985d (diff) | |
download | nx-libs-a7d2c5abdc8e1573aaec97bcc5912597be61f86c.tar.gz nx-libs-a7d2c5abdc8e1573aaec97bcc5912597be61f86c.tar.bz2 nx-libs-a7d2c5abdc8e1573aaec97bcc5912597be61f86c.zip |
Xext/shape.c: remove one include
Patch by realsimix: "Oneliner which was for some old distribution but
works on all up to RHEL9."
Mentioned in ArcticaProject/nx-libs#1054
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/Xext/shape.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/Xext/shape.c b/nx-X11/programs/Xserver/Xext/shape.c index 48a3e952d..977254d2b 100644 --- a/nx-X11/programs/Xserver/Xext/shape.c +++ b/nx-X11/programs/Xserver/Xext/shape.c @@ -55,7 +55,6 @@ in this Software without prior written authorization from The Open Group. #endif #include "protocol-versions.h" #include "regionstr.h" -#include "gcstruct.h" typedef RegionPtr (*CreateDftPtr)( WindowPtr /* pWin */ |