qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/8] os-posix.c: remove unneeded #includes


From: Michael Tokarev
Subject: [PATCH 6/8] os-posix.c: remove unneeded #includes
Date: Fri, 1 Sep 2023 13:13:00 +0300

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
 os-posix.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/os-posix.c b/os-posix.c
index 340373d972..d3490b0a9b 100644
--- a/os-posix.c
+++ b/os-posix.c
@@ -29,8 +29,6 @@
 #include <grp.h>
 #include <libgen.h>
 
-/* Needed early for CONFIG_BSD etc. */
-#include "net/slirp.h"
 #include "qemu/error-report.h"
 #include "qemu/log.h"
 #include "sysemu/runstate.h"
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]