From 61d9f32b50e03d0d028237423531a888552728f1 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:26 +0000 Subject: tricore: 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-34-git-send-email-peter.maydell@linaro.org --- hw/tricore/tricore_testboard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/tricore') diff --git a/hw/tricore/tricore_testboard.c b/hw/tricore/tricore_testboard.c index 4ff5e7b685..9392571f1f 100644 --- a/hw/tricore/tricore_testboard.c +++ b/hw/tricore/tricore_testboard.c @@ -18,6 +18,7 @@ */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/devices.h" #include "net/net.h" -- cgit v1.2.1