diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-09-24 23:44:09 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-09-24 23:53:18 +0200 |
commit | 97a5cec70b176956b36c5f76e9c741b60ff9ba59 (patch) | |
tree | 86e4cadef8478f8acb20a9f8c96e0dc0002827c7 /nx-X11 | |
parent | c061022a9f4d6b53f8f14e3265699a0c53b3f046 (diff) | |
download | nx-libs-97a5cec70b176956b36c5f76e9c741b60ff9ba59.tar.gz nx-libs-97a5cec70b176956b36c5f76e9c741b60ff9ba59.tar.bz2 nx-libs-97a5cec70b176956b36c5f76e9c741b60ff9ba59.zip |
Revert "Fix wrong include"
After commit cbf3ef0f219a7d5c94a7f5d5b46c9a0e26cc6588 this no longer
necessary.
This reverts commit 9a4bb50af54ced8d53112b8fa3b5b9dc3b481224.
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Agent.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Agent.h b/nx-X11/programs/Xserver/hw/nxagent/Agent.h index e74f15777..8577865a2 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Agent.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Agent.h @@ -112,13 +112,6 @@ typedef XID KeySym64; #define NX_TRANS_SOCKET #define GC XlibGC #include <nx-X11/Xlib.h> -/* - <X11/extension/shape.h> includes <X11/Xutil.h> but we need - <nx-X11/Xutil.h>. As both use the same header guard we can first - include <nx-X11/Xutil.h> and be ok. -*/ -#include <nx-X11/Xutil.h> - #include <X11/extensions/shape.h> #undef GC |