From c684822ad29968af09735148f03a511bc514589d Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 18 Jan 2016 17:35:00 +0000 Subject: mips: 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 Reviewed-by: Leon Alrae Signed-off-by: Leon Alrae --- target-mips/kvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-mips/kvm.c') diff --git a/target-mips/kvm.c b/target-mips/kvm.c index ffc120d716..a8b8b32c26 100644 --- a/target-mips/kvm.c +++ b/target-mips/kvm.c @@ -9,7 +9,7 @@ * Authors: Sanjay Lal */ -#include +#include "qemu/osdep.h" #include #include -- cgit 1.4.1