summaryrefslogtreecommitdiffstats
path: root/page_cache.c
diff options
context:
space:
mode:
authorDaniel P. Berrange2015-08-26 13:17:17 +0200
committerMichael Tokarev2015-09-11 09:21:38 +0200
commit4595a48a10e576638795950b61957f83d2ed09b4 (patch)
tree431faccc825c7f22c3268584b0dd4f4750e2180e /page_cache.c
parentmaint: remove unused include for signal.h (diff)
downloadqemu-4595a48a10e576638795950b61957f83d2ed09b4.tar.gz
qemu-4595a48a10e576638795950b61957f83d2ed09b4.tar.xz
qemu-4595a48a10e576638795950b61957f83d2ed09b4.zip
maint: remove unused include for strings.h
A number of files were including strings.h but not using any of the functions it provides Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'page_cache.c')
-rw-r--r--page_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/page_cache.c b/page_cache.c
index cf8878d1d7..a9eb0769b3 100644
--- a/page_cache.c
+++ b/page_cache.c
@@ -15,7 +15,6 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
-#include <strings.h>
#include <string.h>
#include <sys/time.h>
#include <sys/types.h>