From: Marc-André Lureau Date: Tue, 22 Feb 2022 07:38:33 +0000 (+0400) Subject: qga: remove bswap.h include X-Git-Tag: v7.0.0-rc1~2^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45297887dc88e2ea6d1001064a407e713b2d6ebb;p=thirdparty%2Fqemu.git qga: remove bswap.h include Apparently not needed anymore. Signed-off-by: Marc-André Lureau --- diff --git a/qga/main.c b/qga/main.c index 15fd3a4149f..b9dd19918e4 100644 --- a/qga/main.c +++ b/qga/main.c @@ -27,7 +27,6 @@ #include "qapi/qmp/qerror.h" #include "qapi/error.h" #include "channel.h" -#include "qemu/bswap.h" #include "qemu/cutils.h" #include "qemu/help_option.h" #include "qemu/sockets.h"