mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
Remove bogus include of strings.h
The tests include strings.h but don't need any of its functions
This commit is contained in:
parent
2d530f929f
commit
d46bc77278
@ -1,7 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/time.h>
|
||||
#include <strings.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <spice.h>
|
||||
|
||||
SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque)
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
#include <strings.h>
|
||||
#include <sys/select.h>
|
||||
#include <spice.h>
|
||||
#include "basic_event_loop.h"
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
#include <stdio.h>
|
||||
#include <strings.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
#include <math.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user