From 9d4c9946ee1dd5887e6663e4ead1abce770b6ba6 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:20 +0000 Subject: sh4: 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-28-git-send-email-peter.maydell@linaro.org --- target-sh4/helper.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'target-sh4/helper.c') diff --git a/target-sh4/helper.c b/target-sh4/helper.c index eaececd894..9d8b61cce6 100644 --- a/target-sh4/helper.c +++ b/target-sh4/helper.c @@ -16,11 +16,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see . */ -#include -#include -#include -#include -#include +#include "qemu/osdep.h" #include "cpu.h" -- cgit 1.4.1