From 464868a343909fde80cfbfe3216212e85218f9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Wed, 26 Jan 2022 04:26:44 +0100 Subject: softmmu/physmem: Remove unnecessary include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Paolo Bonzini Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20220207075426.81934-14-f4bug@amsat.org> --- softmmu/physmem.c | 1 - 1 file changed, 1 deletion(-) (limited to 'softmmu') 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" -- cgit v1.2.3