From 0b8fa32f551e863bb548a11394239239270dd3dc Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 23 May 2019 16:35:07 +0200 Subject: Include qemu/module.h where needed, drop it from qemu-common.h Signed-off-by: Markus Armbruster Message-Id: <20190523143508.25387-4-armbru@redhat.com> [Rebased with conflicts resolved automatically, except for hw/usb/dev-hub.c hw/misc/exynos4210_rng.c hw/misc/bcm2835_rng.c hw/misc/aspeed_scu.c hw/display/virtio-vga.c hw/arm/stm32f205_soc.c; ui/cocoa.m fixed up] --- crypto/secret.c | 1 + crypto/tlscreds.c | 1 + crypto/tlscredsanon.c | 1 + crypto/tlscredspsk.c | 1 + crypto/tlscredsx509.c | 1 + 5 files changed, 5 insertions(+) (limited to 'crypto') diff --git a/crypto/secret.c b/crypto/secret.c index 388abd7..30294b3 100644 --- a/crypto/secret.c +++ b/crypto/secret.c @@ -24,6 +24,7 @@ #include "qapi/error.h" #include "qom/object_interfaces.h" #include "qemu/base64.h" +#include "qemu/module.h" #include "trace.h" diff --git a/crypto/tlscreds.c b/crypto/tlscreds.c index 02255a6..50ecb70 100644 --- a/crypto/tlscreds.c +++ b/crypto/tlscreds.c @@ -20,6 +20,7 @@ #include "qemu/osdep.h" #include "qapi/error.h" +#include "qemu/module.h" #include "tlscredspriv.h" #include "trace.h" diff --git a/crypto/tlscredsanon.c b/crypto/tlscredsanon.c index 7ad66d1..3024b17 100644 --- a/crypto/tlscredsanon.c +++ b/crypto/tlscredsanon.c @@ -22,6 +22,7 @@ #include "crypto/tlscredsanon.h" #include "tlscredspriv.h" #include "qapi/error.h" +#include "qemu/module.h" #include "qom/object_interfaces.h" #include "trace.h" diff --git a/crypto/tlscredspsk.c b/crypto/tlscredspsk.c index 7be7c8e..9c53c6c 100644 --- a/crypto/tlscredspsk.c +++ b/crypto/tlscredspsk.c @@ -22,6 +22,7 @@ #include "crypto/tlscredspsk.h" #include "tlscredspriv.h" #include "qapi/error.h" +#include "qemu/module.h" #include "qom/object_interfaces.h" #include "trace.h" diff --git a/crypto/tlscredsx509.c b/crypto/tlscredsx509.c index d6ab4a9..5247dd3 100644 --- a/crypto/tlscredsx509.c +++ b/crypto/tlscredsx509.c @@ -23,6 +23,7 @@ #include "tlscredspriv.h" #include "crypto/secret.h" #include "qapi/error.h" +#include "qemu/module.h" #include "qom/object_interfaces.h" #include "trace.h" -- cgit v1.1