Commit 97a5cec7 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Revert "Fix wrong include"

After commit cbf3ef0f219a7d5c94a7f5d5b46c9a0e26cc6588 this no longer necessary. This reverts commit 9a4bb50a.
parent c061022a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment