summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-10-07 17:16:56 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-10-19 14:25:36 +0200
commitc61a37603a8372b92518fef6384e8bfa5f724198 (patch)
tree1ab9816b4eba31e1852021b652fd657bed251a43
parentc0b2b1fc492cb137eb1115e652f2ca97cc331106 (diff)
downloadspice-c61a37603a8372b92518fef6384e8bfa5f724198.tar.gz
spice-c61a37603a8372b92518fef6384e8bfa5f724198.tar.xz
spice-c61a37603a8372b92518fef6384e8bfa5f724198.zip
syntax-check: Remove unused #include <strings.h>
-rw-r--r--server/tests/replay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/replay.c b/server/tests/replay.c
index 220bfe72..d08e92c5 100644
--- a/server/tests/replay.c
+++ b/server/tests/replay.c
@@ -8,7 +8,6 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
-#include <strings.h>
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>