Commit a0afd036 authored by Max Kellermann's avatar Max Kellermann

client: don't include socket headers

The client code uses portable GLib I/O functions and doesn't need the OS specific socket headers.
parent caf48ee9
......@@ -35,16 +35,6 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#ifdef WIN32
#include <ws2tcpip.h>
#include <winsock.h>
#else
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#endif
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "client"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment