From 36d61c9ed2705f0e526726f1b0bf67398bb90199 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Fri, 1 Sep 2023 13:13:00 +0300 Subject: [PATCH] os-posix.c: remove unneeded #includes Signed-off-by: Michael Tokarev Reviewed-by: Eric Blake Message-ID: <20230901101302.3618955-7-mjt@tls.msk.ru> Signed-off-by: Paolo Bonzini --- os-posix.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/os-posix.c b/os-posix.c index a8e38c0298..f90dfda9b0 100644 --- a/os-posix.c +++ b/os-posix.c @@ -29,8 +29,6 @@ #include #include -/* Needed early for CONFIG_BSD etc. */ -#include "net/slirp.h" #include "qemu/error-report.h" #include "qemu/log.h" #include "sysemu/runstate.h" -- 2.30.2