From b7d89466dde6889d353e4f76d9cc3460067d8784 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 4 Dec 2018 18:25:35 +0100 Subject: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes, with the changes to the following files manually reverted: contrib/libvhost-user/libvhost-user-glib.h contrib/libvhost-user/libvhost-user.c contrib/libvhost-user/libvhost-user.h linux-user/mips64/cpu_loop.c linux-user/mips64/signal.c linux-user/sparc64/cpu_loop.c linux-user/sparc64/signal.c linux-user/x86_64/cpu_loop.c linux-user/x86_64/signal.c target/s390x/gen-features.c tests/migration/s390x/a-b-bios.c tests/test-rcu-simpleq.c tests/test-rcu-tailq.c Signed-off-by: Markus Armbruster Message-Id: <20181204172535.2799-1-armbru@redhat.com> Acked-by: Eduardo Habkost Acked-by: Halil Pasic Acked-by: Yuval Shaia Acked-by: Viktor Prutyanov --- target/i386/sev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/i386/sev.c') diff --git a/target/i386/sev.c b/target/i386/sev.c index 2395171acf..20b2d325d8 100644 --- a/target/i386/sev.c +++ b/target/i386/sev.c @@ -11,12 +11,13 @@ * */ +#include "qemu/osdep.h" + #include #include #include -#include "qemu/osdep.h" #include "qapi/error.h" #include "qom/object_interfaces.h" #include "qemu/base64.h" -- cgit v1.2.3