comparison gtk3/dw.c @ 3001:a464a74505f7

Win: Remove no longer supported GTK leftovers.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 10 Sep 2023 20:37:16 +0000
parents 8450b87e960c
children
comparison
equal deleted inserted replaced
3000:5ad5484bd03a 3001:a464a74505f7
10 #include "dwconfig.h" 10 #include "dwconfig.h"
11 #include "dw.h" 11 #include "dw.h"
12 #include <glib/gi18n.h> 12 #include <glib/gi18n.h>
13 #include <string.h> 13 #include <string.h>
14 #include <stdlib.h> 14 #include <stdlib.h>
15 #if !defined(GDK_WINDOWING_WIN32) 15 #include <sys/utsname.h>
16 # include <sys/utsname.h> 16 #include <sys/socket.h>
17 # include <sys/socket.h> 17 #include <sys/un.h>
18 # include <sys/un.h> 18 #include <sys/mman.h>
19 # include <sys/mman.h>
20 #endif
21 #include <stdarg.h> 19 #include <stdarg.h>
22 #include <stdio.h> 20 #include <stdio.h>
23 #include <unistd.h> 21 #include <unistd.h>
24 #include <ctype.h> 22 #include <ctype.h>
25 #include <errno.h> 23 #include <errno.h>