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 --- target-tricore/cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-tricore/cpu.c') diff --git a/target-tricore/cpu.c b/target-tricore/cpu.c index ed8b030ef5..f8b8518558 100644 --- a/target-tricore/cpu.c +++ b/target-tricore/cpu.c @@ -17,6 +17,7 @@ * License along with this library; if not, see . */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" -- cgit v1.2.3