]> Git Repo - qemu.git/blobdiff - bsd-user/elfload.c
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into staging
[qemu.git] / bsd-user / elfload.c
index 59a7bdf0cc9fa1bcaf2b7beb9c0cdbedc3b793a1..41a1309296c34e2c8036f1690aaad4e44e41856e 100644 (file)
@@ -1,16 +1,10 @@
 /* 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 <sys/mman.h>
-#include <stdlib.h>
-#include <string.h>
+#include "qemu/osdep.h"
 
 #include "qemu.h"
 #include "disas/disas.h"
+#include "qemu/path.h"
 
 #ifdef _ARCH_PPC64
 #undef ARCH_DLINFO
This page took 0.022069 seconds and 4 git commands to generate.