Remove bogus include of strings.h

The tests include strings.h but don't need any of its functions
This commit is contained in:
Daniel P. Berrange 2012-01-10 15:07:37 +00:00 committed by Alon Levy
parent 2d530f929f
commit d46bc77278
4 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <sys/time.h>
#include <strings.h>
#include <signal.h>
#include <string.h>

View File

@ -1,5 +1,4 @@
#include <stdlib.h>
#include <strings.h>
#include <spice.h>
SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque)

View File

@ -1,4 +1,3 @@
#include <strings.h>
#include <sys/select.h>
#include <spice.h>
#include "basic_event_loop.h"

View File

@ -1,5 +1,4 @@
#include <stdio.h>
#include <strings.h>
#include <sys/select.h>
#include <sys/time.h>
#include <math.h>