mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
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:
parent
febaed3529
commit
c8010f0201
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user