summaryrefslogtreecommitdiffstats
path: root/target/alpha
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2022-02-07 09:27:56 +0100
committerThomas Huth2022-02-21 10:18:06 +0100
commitcd6174843b0896c9e57176159b38ecba45bade0e (patch)
treed8b23a91facf6abd0228b3ae87cc56cf64065461 /target/alpha
parentsoftmmu/runstate: Clean headers (diff)
downloadqemu-cd6174843b0896c9e57176159b38ecba45bade0e.tar.gz
qemu-cd6174843b0896c9e57176159b38ecba45bade0e.tar.xz
qemu-cd6174843b0896c9e57176159b38ecba45bade0e.zip
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Many files use "qemu/log.h" declarations but neglect to include it (they inherit it via "exec/exec-all.h"). "exec/exec-all.h" is a core component and shouldn't be used that way. Move the "qemu/log.h" inclusion locally to each unit requiring it. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Thomas Huth <thuth@redhat.com> Message-Id: <20220207082756.82600-10-f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'target/alpha')
-rw-r--r--target/alpha/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/alpha/helper.c b/target/alpha/helper.c
index b7e7f73b15..dcaa2d03ad 100644
--- a/target/alpha/helper.c
+++ b/target/alpha/helper.c
@@ -18,7 +18,7 @@
*/
#include "qemu/osdep.h"
-
+#include "qemu/log.h"
#include "cpu.h"
#include "exec/exec-all.h"
#include "fpu/softfloat-types.h"