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 --- hw/intc/lm32_pic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/intc/lm32_pic.c') diff --git a/hw/intc/lm32_pic.c b/hw/intc/lm32_pic.c index 641ee47..edc08f1 100644 --- a/hw/intc/lm32_pic.c +++ b/hw/intc/lm32_pic.c @@ -17,7 +17,7 @@ * License along with this library; if not, see . */ -#include +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/i386/pc.h" -- cgit v1.1