[PATCH v2 14/21] softmmu/physmem: Remove unnecessary include

Philippe Mathieu-Daudé via posted 21 patches 4 years ago
There is a newer version of this series
[PATCH v2 14/21] softmmu/physmem: Remove unnecessary include
Posted by Philippe Mathieu-Daudé via 4 years ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 softmmu/physmem.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/softmmu/physmem.c b/softmmu/physmem.c
index eb4b3bcae7..09951c0996 100644
--- a/softmmu/physmem.c
+++ b/softmmu/physmem.c
@@ -60,7 +60,6 @@
 
 #include "exec/memory-internal.h"
 #include "exec/ram_addr.h"
-#include "exec/log.h"
 
 #include "qemu/pmem.h"
 
-- 
2.34.1


Re: [PATCH v2 14/21] softmmu/physmem: Remove unnecessary include
Posted by Richard Henderson 4 years ago
On 2/4/22 06:18, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   softmmu/physmem.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/softmmu/physmem.c b/softmmu/physmem.c
> index eb4b3bcae7..09951c0996 100644
> --- a/softmmu/physmem.c
> +++ b/softmmu/physmem.c
> @@ -60,7 +60,6 @@
>   
>   #include "exec/memory-internal.h"
>   #include "exec/ram_addr.h"
> -#include "exec/log.h"
>   
>   #include "qemu/pmem.h"
>   

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~