From 2231197c87337a9778e0b2000b1ecb7d33c774b3 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/main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'bsd-user/main.c') diff --git a/bsd-user/main.c b/bsd-user/main.c index fefcfc1ccf..287ec1d369 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -16,14 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ -#include -#include -#include -#include -#include -#include +#include "qemu/osdep.h" #include -#include #include #include "qemu.h" -- cgit v1.2.1