[PATCH 12/14] ram.c: Remove unused include after moving out code

Lukas Straub posted 14 patches 2 years, 10 months ago
There is a newer version of this series
[PATCH 12/14] ram.c: Remove unused include after moving out code
Posted by Lukas Straub 2 years, 10 months ago
Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
 migration/ram.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/migration/ram.c b/migration/ram.c
index 7a8f540737..9072d70f7c 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -32,7 +32,6 @@
 #include "qemu/bitmap.h"
 #include "qemu/madvise.h"
 #include "qemu/main-loop.h"
-#include "io/channel-null.h"
 #include "xbzrle.h"
 #include "ram-compress.h"
 #include "ram.h"
--
2.30.2

Re: [PATCH 12/14] ram.c: Remove unused include after moving out code
Posted by Philippe Mathieu-Daudé 2 years, 10 months ago
On 2/4/23 19:56, Lukas Straub wrote:
> Signed-off-by: Lukas Straub <lukasstraub2@web.de>
> ---
>   migration/ram.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/migration/ram.c b/migration/ram.c
> index 7a8f540737..9072d70f7c 100644
> --- a/migration/ram.c
> +++ b/migration/ram.c
> @@ -32,7 +32,6 @@
>   #include "qemu/bitmap.h"
>   #include "qemu/madvise.h"
>   #include "qemu/main-loop.h"
> -#include "io/channel-null.h"

To squash with patch #8 "ram.c: Move core compression code into its own 
file".