From: Philippe Mathieu-Daudé Date: Thu, 9 Jan 2020 11:25:04 +0000 (+0100) Subject: hw/smbios/smbios: Remove unused include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aa32c243922374666a9ae852ac2693664bb9801a;p=qemu.git hw/smbios/smbios: Remove unused include Nothing from "sysemu/cpus.h" is used by smbios.c, remove the include. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Michael S. Tsirkin Message-Id: <20200109112504.32622-1-philmd@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/smbios/smbios.c b/hw/smbios/smbios.c index 11d476c4a2..ffd98727ee 100644 --- a/hw/smbios/smbios.c +++ b/hw/smbios/smbios.c @@ -24,7 +24,6 @@ #include "qemu/option.h" #include "sysemu/sysemu.h" #include "qemu/uuid.h" -#include "sysemu/cpus.h" #include "hw/firmware/smbios.h" #include "hw/loader.h" #include "hw/boards.h"