From fce9f26d60ffd5fc6d7ff9e33d2bdd8bfeb635d9 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:53 +0000 Subject: bsd-user: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Message-id: 1454089805-5470-4-git-send-email-peter.maydell@linaro.org --- bsd-user/elfload.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'bsd-user/elfload.c') diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c index 59a7bdf..0a6092b 100644 --- a/bsd-user/elfload.c +++ b/bsd-user/elfload.c @@ -1,13 +1,7 @@ /* This is the Linux kernel elf-loading code, ported into user space */ -#include -#include -#include -#include -#include +#include "qemu/osdep.h" #include -#include -#include #include "qemu.h" #include "disas/disas.h" -- cgit v1.1