projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433aed5
)
os-posix.c: remove unneeded #includes
author
Michael Tokarev
<mjt@tls.msk.ru>
Fri, 1 Sep 2023 10:13:00 +0000
(13:13 +0300)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 1 Sep 2023 21:46:20 +0000
(23:46 +0200)
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>
os-posix.c
patch
|
blob
|
history
diff --git
a/os-posix.c
b/os-posix.c
index a8e38c0298823f039e7ac0f1fecba26be06f44b3..f90dfda9b0d888e324c0e5a2121aa91c0fa68ca5 100644
(file)
--- 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"