diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-01-26 04:26:44 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-03-06 13:15:42 +0100 |
commit | 464868a343909fde80cfbfe3216212e85218f9a7 (patch) | |
tree | fc9f31d993044c78f2aa1eb5e5d8239aac63548b /softmmu | |
parent | 89ad3e6ad9ad0e40e2c587e6e71ae5a51d420069 (diff) |
softmmu/physmem: Remove unnecessary include
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220207075426.81934-14-f4bug@amsat.org>
Diffstat (limited to 'softmmu')
-rw-r--r-- | softmmu/physmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/softmmu/physmem.c b/softmmu/physmem.c index cf6b2b4899..364d563ee4 100644 --- a/softmmu/physmem.c +++ b/softmmu/physmem.c @@ -61,7 +61,6 @@ #include "exec/memory-internal.h" #include "exec/ram_addr.h" -#include "exec/log.h" #include "qemu/pmem.h" |