diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-09-24 23:59:02 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-09-24 23:59:02 +0200 |
commit | 049bf681e79171323246a49a4b0df8e9872dd022 (patch) | |
tree | 86e4cadef8478f8acb20a9f8c96e0dc0002827c7 /nx-X11/programs/Xserver/hw/nxagent/Agent.h | |
parent | a906bf0f24c540d5d17d89d5292d2bcfe7f52468 (diff) | |
parent | 97a5cec70b176956b36c5f76e9c741b60ff9ba59 (diff) | |
download | nx-libs-049bf681e79171323246a49a4b0df8e9872dd022.tar.gz nx-libs-049bf681e79171323246a49a4b0df8e9872dd022.tar.bz2 nx-libs-049bf681e79171323246a49a4b0df8e9872dd022.zip |
Merge branch 'uli42-pr/improve_include_path_handling' into 3.6.x
Attributes GH PR #201: https://github.com/ArcticaProject/nx-libs/pull/201
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Agent.h')
-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 |