]> git.proxmox.com Git - mirror_qemu.git/commitdiff
util: remove needless includes
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 24 Feb 2022 10:57:16 +0000 (14:57 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 22 Mar 2022 10:46:17 +0000 (14:46 +0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
util/cutils.c

index c9b91e7535a84cf298e3ebd069ff923ea57ac0d7..53346138c970bba722e9195656bb8c90031b9c36 100644 (file)
@@ -27,8 +27,6 @@
 #include <math.h>
 
 #include "qemu-common.h"
-#include "qemu/sockets.h"
-#include "qemu/iov.h"
 #include "net/net.h"
 #include "qemu/ctype.h"
 #include "qemu/cutils.h"