Browse Source

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>
Michael Tokarev 2 years ago
parent
commit
36d61c9ed2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      os-posix.c

+ 0 - 2
os-posix.c

@@ -29,8 +29,6 @@
 #include <grp.h>
 #include <grp.h>
 #include <libgen.h>
 #include <libgen.h>
 
 
-/* Needed early for CONFIG_BSD etc. */
-#include "net/slirp.h"
 #include "qemu/error-report.h"
 #include "qemu/error-report.h"
 #include "qemu/log.h"
 #include "qemu/log.h"
 #include "sysemu/runstate.h"
 #include "sysemu/runstate.h"