aboutsummaryrefslogtreecommitdiff
path: root/src/listen.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-07-10 01:21:36 +0200
committerAnton Khirnov <anton@khirnov.net>2013-11-04 10:52:50 +0100
commit94ecb93a62e6ab32ec776136b20dfbd3f65cb937 (patch)
treec3ec06f3adbff49190765e392579a8424c9e17d8 /src/listen.c
parent8a79de96ec77c82d48f73df62d58e9d27c1b95ff (diff)
require GLib 2.16
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
Diffstat (limited to 'src/listen.c')
-rw-r--r--src/listen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/listen.c b/src/listen.c
index e2a40e93..90e13b9c 100644
--- a/src/listen.c
+++ b/src/listen.c
@@ -22,7 +22,6 @@
#include "server_socket.h"
#include "client.h"
#include "conf.h"
-#include "glib_compat.h"
#include "main.h"
#include <string.h>