diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-15 19:20:13 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-03-01 15:19:13 +0100 |
commit | 19edfab7857c158b0925a373531680be78879a61 (patch) | |
tree | 5d1d64b1f5e4a829a2a5ef37e94ec092f2b9918f /nx-X11/lib/X11/ConnDis.c | |
parent | 0f9a11a94b5fb52b5f1f9c79a93c54fc6396cab8 (diff) | |
download | nx-libs-19edfab7857c158b0925a373531680be78879a61.tar.gz nx-libs-19edfab7857c158b0925a373531680be78879a61.tar.bz2 nx-libs-19edfab7857c158b0925a373531680be78879a61.zip |
drop platform support: unifdef Lynx.
Fixes ArcticaProject/nx-libs#272.
Diffstat (limited to 'nx-X11/lib/X11/ConnDis.c')
-rw-r--r-- | nx-X11/lib/X11/ConnDis.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/ConnDis.c b/nx-X11/lib/X11/ConnDis.c index 660b67645..dfc0227fe 100644 --- a/nx-X11/lib/X11/ConnDis.c +++ b/nx-X11/lib/X11/ConnDis.c @@ -67,12 +67,8 @@ in this Software without prior written authorization from The Open Group. #include <unistd.h> #if !defined(WIN32) -#ifndef Lynx #include <sys/socket.h> #else -#include <socket.h> -#endif -#else #include <nx-X11/Xwindows.h> #endif |