]> Git Repo - qemu.git/blobdiff - bsd-user/elfload.c
fw_cfg: document ACPI device node information
[qemu.git] / bsd-user / elfload.c
index 59a7bdf0cc9fa1bcaf2b7beb9c0cdbedc3b793a1..0a6092bdf76565be3ab7e12762abaaa4ab94498f 100644 (file)
@@ -1,13 +1,7 @@
 /* This is the Linux kernel elf-loading code, ported into user space */
 
-#include <stdio.h>
-#include <sys/types.h>
-#include <fcntl.h>
-#include <errno.h>
-#include <unistd.h>
+#include "qemu/osdep.h"
 #include <sys/mman.h>
-#include <stdlib.h>
-#include <string.h>
 
 #include "qemu.h"
 #include "disas/disas.h"
This page took 0.022651 seconds and 4 git commands to generate.