aboutsummaryrefslogtreecommitdiff
path: root/softmmu
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-02-07 08:54:18 +0100
committerThomas Huth <thuth@redhat.com>2022-02-21 10:18:06 +0100
commitbc2fbf93207f4e6e6102566414118ae151656eb0 (patch)
tree217a0c5b0fb655593d7d2c0fdf34ea510bd2c478 /softmmu
parentcdf06ce5629ac19d13064989012c88dd581bf6f6 (diff)
downloadqemu-bc2fbf93207f4e6e6102566414118ae151656eb0.zip
qemu-bc2fbf93207f4e6e6102566414118ae151656eb0.tar.gz
qemu-bc2fbf93207f4e6e6102566414118ae151656eb0.tar.bz2
softmmu/runstate: Clean headers
Add the missing 'qemu/log.h' header and remove the unused 'exec/exec-all.h' one. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220207075426.81934-14-f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'softmmu')
-rw-r--r--softmmu/runstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/softmmu/runstate.c b/softmmu/runstate.c
index 10d9b73..3cb2758 100644
--- a/softmmu/runstate.c
+++ b/softmmu/runstate.c
@@ -30,7 +30,6 @@
#include "crypto/cipher.h"
#include "crypto/init.h"
#include "exec/cpu-common.h"
-#include "exec/exec-all.h"
#include "exec/gdbstub.h"
#include "hw/boards.h"
#include "migration/misc.h"
@@ -44,6 +43,7 @@
#include "qemu-common.h"
#include "qemu/error-report.h"
#include "qemu/job.h"
+#include "qemu/log.h"
#include "qemu/module.h"
#include "qemu/plugin.h"
#include "qemu/sockets.h"