]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/smbios/smbios: Remove unused include
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 9 Jan 2020 11:25:04 +0000 (12:25 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 6 Feb 2020 09:38:57 +0000 (10:38 +0100)
Nothing from "sysemu/cpus.h" is used by smbios.c, remove the include.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20200109112504.32622-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/smbios/smbios.c

index 11d476c4a2cbdabc546c02b4f076c81dba72c120..ffd98727ee9e503dfce5e5c922415226998d7c42 100644 (file)
@@ -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"