[Spice-commits] server/main-channel.c
Christophe Fergau
teuf at kemper.freedesktop.org
Thu Dec 10 08:28:00 PST 2015
server/main-channel.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c8010f020105ba6b81f6d9521003cd142fd3ba02
Author: Francois Gouget <fgouget at codeweavers.com>
Date: Thu Dec 10 12:18:06 2015 +0100
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 at codeweavers.com>
diff --git a/server/main-channel.c b/server/main-channel.c
index 75fea82..e74ba76 100644
--- a/server/main-channel.c
+++ b/server/main-channel.c
@@ -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>
More information about the Spice-commits
mailing list