summaryrefslogtreecommitdiffstats
path: root/server/tests/basic_event_loop.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 15:07:37 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:59 +0200
commitd46bc7727818aa08f3dcb207bfca96768e63e342 (patch)
treedb7df230b0a774d79dc639fb94c87484f8eb55e9 /server/tests/basic_event_loop.c
parent2d530f929f9d0fc6a66eede9cea4eb629f9863c8 (diff)
downloadspice-d46bc7727818aa08f3dcb207bfca96768e63e342.tar.gz
spice-d46bc7727818aa08f3dcb207bfca96768e63e342.tar.xz
spice-d46bc7727818aa08f3dcb207bfca96768e63e342.zip
Remove bogus include of strings.h
The tests include strings.h but don't need any of its functions
Diffstat (limited to 'server/tests/basic_event_loop.c')
-rw-r--r--server/tests/basic_event_loop.c1
1 files changed, 0 insertions, 1 deletions
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 <stdlib.h>
#include <stdio.h>
#include <sys/time.h>
-#include <strings.h>
#include <signal.h>
#include <string.h>