[Spice-devel] [spice] server: Remove an unneeded time.h include directive
Francois Gouget
fgouget at codeweavers.com
Thu Dec 10 03:18:06 PST 2015
main-channel.c now uses g_get_monotonic_time() instead of
clock_gettime().
Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
server/main-channel.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.6.2
More information about the Spice-devel
mailing list