diff options
| author | Daniel P. Berrange | 2015-08-26 13:17:17 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2015-09-11 09:21:38 +0200 |
| commit | 4595a48a10e576638795950b61957f83d2ed09b4 (patch) | |
| tree | 431faccc825c7f22c3268584b0dd4f4750e2180e /hw | |
| parent | maint: remove unused include for signal.h (diff) | |
| download | qemu-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 'hw')
| -rw-r--r-- | hw/pci/shpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci/shpc.c b/hw/pci/shpc.c index bfb4d31b62..d34fdf3ecb 100644 --- a/hw/pci/shpc.c +++ b/hw/pci/shpc.c @@ -1,5 +1,4 @@ #include "qemu-common.h" -#include <strings.h> #include <stdint.h> #include "qemu/range.h" #include "qemu/error-report.h" |
