aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2018-12-11 17:34:03 +0100
committerMichael S. Tsirkin <mst@redhat.com>2018-12-19 16:48:16 -0500
commitc7eaf9a08e989a0465643607ae26e8499f74c48c (patch)
tree367b89b7e62143e560cf8e1518b2eb0fd44999f9
parentf6e501a28ef9b69f6df6252160aa87876cc92a1a (diff)
downloadqemu-c7eaf9a08e989a0465643607ae26e8499f74c48c.zip
qemu-c7eaf9a08e989a0465643607ae26e8499f74c48c.tar.gz
qemu-c7eaf9a08e989a0465643607ae26e8499f74c48c.tar.bz2
tests: Remove unused include
The "hw/smbios/smbios.h" include is not used, remove it. Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--tests/acpi-utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/acpi-utils.c b/tests/acpi-utils.c
index 6dc8ca1..7b444a7 100644
--- a/tests/acpi-utils.c
+++ b/tests/acpi-utils.c
@@ -15,7 +15,6 @@
#include "qemu/osdep.h"
#include <glib/gstdio.h>
#include "qemu-common.h"
-#include "hw/smbios/smbios.h"
#include "qemu/bitmap.h"
#include "acpi-utils.h"
#include "boot-sector.h"