From d46bc7727818aa08f3dcb207bfca96768e63e342 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 10 Jan 2012 15:07:37 +0000 Subject: Remove bogus include of strings.h The tests include strings.h but don't need any of its functions --- server/tests/basic_event_loop.c | 1 - server/tests/test_empty_success.c | 1 - server/tests/test_just_sockets_no_ssl.c | 1 - server/tests/test_playback.c | 1 - 4 files changed, 4 deletions(-) (limited to 'server') diff --git a/server/tests/basic_event_loop.c b/server/tests/basic_event_loop.c index 41795f10..7e575276 100644 --- a/server/tests/basic_event_loop.c +++ b/server/tests/basic_event_loop.c @@ -1,7 +1,6 @@ #include #include #include -#include #include #include diff --git a/server/tests/test_empty_success.c b/server/tests/test_empty_success.c index a4f49c7a..63cf2a27 100644 --- a/server/tests/test_empty_success.c +++ b/server/tests/test_empty_success.c @@ -1,5 +1,4 @@ #include -#include #include SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque) diff --git a/server/tests/test_just_sockets_no_ssl.c b/server/tests/test_just_sockets_no_ssl.c index e105b1ce..f0218b8a 100644 --- a/server/tests/test_just_sockets_no_ssl.c +++ b/server/tests/test_just_sockets_no_ssl.c @@ -1,4 +1,3 @@ -#include #include #include #include "basic_event_loop.h" diff --git a/server/tests/test_playback.c b/server/tests/test_playback.c index 0b95bfdf..1de2d288 100644 --- a/server/tests/test_playback.c +++ b/server/tests/test_playback.c @@ -1,5 +1,4 @@ #include -#include #include #include #include -- cgit