aboutsummaryrefslogtreecommitdiff
path: root/hw/smbios
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2018-02-01 12:18:33 +0100
committerMarkus Armbruster <armbru@redhat.com>2018-02-09 13:52:10 +0100
commitabb297ed4408e3859776a1a3c91d99225b9795b9 (patch)
tree91bdb09832b306bf3d33dc3ad27ebc35fbdbb29b /hw/smbios
parenta82400cf5cc2f00d5bdbacb4b591be1adf8c25a8 (diff)
Include qmp-commands.h exactly where needed
Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20180201111846.21846-7-armbru@redhat.com> [OSX breakage fixed]
Diffstat (limited to 'hw/smbios')
-rw-r--r--hw/smbios/smbios-stub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/smbios/smbios-stub.c b/hw/smbios/smbios-stub.c
index 61becef4ae..d3a385441a 100644
--- a/hw/smbios/smbios-stub.c
+++ b/hw/smbios/smbios-stub.c
@@ -23,7 +23,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
-#include "qmp-commands.h"
#include "hw/smbios/smbios.h"
void smbios_entry_add(QemuOpts *opts, Error **errp)