From 48d4ab25e7d81328f65a942bf4643c4eb1399ddf Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:56 +0000 Subject: disas: 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-7-git-send-email-peter.maydell@linaro.org --- disas/m68k.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'disas/m68k.c') diff --git a/disas/m68k.c b/disas/m68k.c index cc0db96cae..0412ecd4b6 100644 --- a/disas/m68k.c +++ b/disas/m68k.c @@ -1,9 +1,8 @@ /* This file is composed of several different files from the upstream sourceware.org CVS. Original file boundaries marked with **** */ -#include +#include "qemu/osdep.h" #include -#include #include "disas/bfd.h" -- cgit v1.2.3