summaryrefslogtreecommitdiffstats
path: root/examples/example.c
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-30 10:15:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-30 10:15:29 +0900
commit2eed261888e88d64799a28fc5e93eb8cc6110fe4 (patch)
treeeb86694a7d894f71c57946a5a57091fa5e9c16fc /examples/example.c
parent3dbcbd3b708290bb652ab58168dbded1928cb8a2 (diff)
downloadlibtdevnc-2eed261888e88d64799a28fc5e93eb8cc6110fe4.tar.gz
libtdevnc-2eed261888e88d64799a28fc5e93eb8cc6110fe4.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/example.c')
-rw-r--r--examples/example.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/example.c b/examples/example.c
index 406378e..169e81e 100644
--- a/examples/example.c
+++ b/examples/example.c
@@ -27,10 +27,6 @@
#include <unistd.h>
#endif
-#ifdef __IRIX__
-#include <netdb.h>
-#endif
-
#include <rfb/rfb.h>
#include <rfb/keysym.h>