[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
- [PATCH 0/8] move softmmu options processing from os-posix.c to vl.c, Michael Tokarev, 2023/09/01
- [PATCH 1/8] include/sysemu/os-posix.h: move *daemonize* declarations together, Michael Tokarev, 2023/09/01
- [PATCH 2/8] os-posix: create and export os_set_runas(), Michael Tokarev, 2023/09/01
- [PATCH 3/8] os-posix.c: create and export os_set_chroot(), Michael Tokarev, 2023/09/01
- [PATCH 6/8] os-posix.c: remove unneeded #includes,
Michael Tokarev <=
- [PATCH 8/8] util/async-teardown.c: move to softmmu/, only build it when system build is requested, Michael Tokarev, 2023/09/01
- [PATCH 4/8] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init(), Michael Tokarev, 2023/09/01
- [PATCH 5/8] os-posix.c: move code around, Michael Tokarev, 2023/09/01
- [PATCH 7/8] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c, Michael Tokarev, 2023/09/01
- Re: [PATCH 0/8] move softmmu options processing from os-posix.c to vl.c, Paolo Bonzini, 2023/09/01