From 8fd9dece6599eb3fbd2cdd3e7fbdd4e575e33911 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:05:31 +0000 Subject: microblaze: 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 Acked-by: Edgar E. Iglesias Message-id: 1453831531-667-3-git-send-email-peter.maydell@linaro.org --- hw/microblaze/petalogix_s3adsp1800_mmu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/microblaze/petalogix_s3adsp1800_mmu.c') diff --git a/hw/microblaze/petalogix_s3adsp1800_mmu.c b/hw/microblaze/petalogix_s3adsp1800_mmu.c index 1c84b75288..606ba1f01a 100644 --- a/hw/microblaze/petalogix_s3adsp1800_mmu.c +++ b/hw/microblaze/petalogix_s3adsp1800_mmu.c @@ -23,6 +23,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "hw/hw.h" #include "net/net.h" -- cgit v1.2.1