]> Git Repo - qemu.git/blobdiff - os-posix.c
cuda: port SET_DEVICE_LIST command to new framework
[qemu.git] / os-posix.c
index 87e2a1696de5d29739d9d75551c85de2d37ba645..cce62ed92b37ae35f45809ceda4f160e56826d7a 100644 (file)
  * THE SOFTWARE.
  */
 
-#include <unistd.h>
-#include <fcntl.h>
-#include <signal.h>
-#include <sys/types.h>
+#include "qemu/osdep.h"
 #include <sys/wait.h>
 /*needed for MAP_POPULATE before including qemu-options.h */
 #include <sys/mman.h>
@@ -35,7 +32,6 @@
 #include <libgen.h>
 
 /* Needed early for CONFIG_BSD etc. */
-#include "config-host.h"
 #include "sysemu/sysemu.h"
 #include "net/slirp.h"
 #include "qemu-options.h"
This page took 0.024284 seconds and 4 git commands to generate.