From 856dfd8a035e42cd96ca823f1cbbd18d332e2f84 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 23 May 2019 16:35:06 +0200 Subject: qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h Signed-off-by: Markus Armbruster Message-Id: <20190523143508.25387-3-armbru@redhat.com> Reviewed-by: Richard Henderson --- hw/core/bus.c | 2 +- hw/core/qdev-properties.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'hw/core') diff --git a/hw/core/bus.c b/hw/core/bus.c index e09843f6ab..60c4720379 100644 --- a/hw/core/bus.c +++ b/hw/core/bus.c @@ -18,7 +18,7 @@ */ #include "qemu/osdep.h" -#include "qemu-common.h" +#include "qemu/ctype.h" #include "hw/qdev.h" #include "qapi/error.h" diff --git a/hw/core/qdev-properties.c b/hw/core/qdev-properties.c index 5da1439a8b..81c97f48a7 100644 --- a/hw/core/qdev-properties.c +++ b/hw/core/qdev-properties.c @@ -4,6 +4,7 @@ #include "qapi/error.h" #include "hw/pci/pci.h" #include "qapi/qmp/qerror.h" +#include "qemu/ctype.h" #include "qemu/error-report.h" #include "hw/block/block.h" #include "net/hub.h" -- cgit v1.2.3