Fix bug #45773 (needless #inclusion of cairo-xlib.h)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 19:50:27 +0000 (20:50 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 19:50:27 +0000 (20:50 +0100)
commit1e6b0d38aeec6e039247a2a4906c49263e3af14f
treeb5c1c8c176d922c2708491d4096c5cc63704d37a
parent713f3a53e3efbd2e32d7111ad9fb63044904744b
Fix bug #45773 (needless #inclusion of cairo-xlib.h)

As this header no longer exists this was causing a compilation error.
In the GTK version they are of course never needed, and the draw.c
that is also part of an Xaw build also does not call any function to
draw on an Xaw surface directly.
draw.c
gtk/xboard.c
gtk/xoptions.c