diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-01 13:13:00 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-09-01 23:46:20 +0200 |
commit | 36d61c9ed2705f0e526726f1b0bf67398bb90199 (patch) | |
tree | 30687f4589db3479fba455187a398d3c191c3077 | |
parent | 433aed5f3963950d94661f7e4974011abb4ff7e4 (diff) |
os-posix.c: remove unneeded #includes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-ID: <20230901101302.3618955-7-mjt@tls.msk.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | os-posix.c | 2 |
1 files changed, 0 insertions, 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 <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" |