Drop unconditional Xlib dependency
authorYar <yaroslav.isakov@gmail.com>
Thu, 14 Jul 2022 08:03:30 +0000 (10:03 +0200)
committerColin Clark <colin.clark@cclark.uk>
Sat, 16 Jul 2022 10:17:02 +0000 (11:17 +0100)
commit3a1509b0b43b712ce7c05a1f6b9980cc3b70ffac
tree559f6c8e3d31b0a7116797d7c1c0a2f264fc9e22
parent756f29e80a9147f32dc6010980e7968f6d0fa604
Drop unconditional Xlib dependency

It was introduced 4eb2f5880956c8259d0b5e2084baf61a27ee82ad, to support XInitThreads, but XInitThreads was dropped later. Nothing else in this file needs this header, but it fails to compile on X11-less systems
src/main.c