Message ID | b79093582686e7f495c8dba6346d50efd6f07a98.1680457764.git.lukasstraub2@web.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | migration/ram.c: Refactor compress code | expand |
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 --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"
Signed-off-by: Lukas Straub <lukasstraub2@web.de> --- migration/ram.c | 1 - 1 file changed, 1 deletion(-) -- 2.30.2