[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 15/27] util: remove needless includes
|
From: |
marcandre . lureau |
|
Subject: |
[PATCH 15/27] util: remove needless includes |
|
Date: |
Wed, 16 Mar 2022 13:53:49 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
---
util/cutils.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/util/cutils.c b/util/cutils.c
index c9b91e7535a8..53346138c970 100644
--- a/util/cutils.c
+++ b/util/cutils.c
@@ -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"
--
2.35.1.273.ge6ebfd0e8cbb
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 15/27] util: remove needless includes,
marcandre . lureau <=