server: Remove an unneeded time.h include directive

main-channel.c now uses g_get_monotonic_time() instead of
clock_gettime().

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
This commit is contained in:
Francois Gouget 2015-12-10 12:18:06 +01:00 committed by Christophe Fergeau
parent febaed3529
commit c8010f0201

View File

@ -29,7 +29,6 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <limits.h>
#include <time.h>
#include <pthread.h>
#include <sys/mman.h>
#include <fcntl.h>