From ea99dde191379804cb01881f931cd50db6550df7 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:16:57 +0000 Subject: lm32: 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: 1453832250-766-5-git-send-email-peter.maydell@linaro.org --- disas/lm32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disas/lm32.c') diff --git a/disas/lm32.c b/disas/lm32.c index 1718c86e1c..fcc2cde23d 100644 --- a/disas/lm32.c +++ b/disas/lm32.c @@ -18,7 +18,7 @@ * */ -#include +#include "qemu/osdep.h" #include "disas/bfd.h" typedef enum { -- cgit v1.2.3