diff mbox series

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

Message ID b79093582686e7f495c8dba6346d50efd6f07a98.1680457764.git.lukasstraub2@web.de
State New
Headers show
Series migration/ram.c: Refactor compress code | expand

Commit Message

Lukas Straub April 2, 2023, 5:56 p.m. UTC
Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
 migration/ram.c | 1 -
 1 file changed, 1 deletion(-)

--
2.30.2

Comments

Philippe Mathieu-Daudé April 3, 2023, 7:30 a.m. UTC | #1
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".
diff mbox series

Patch

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"