diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:05:31 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-28 11:13:13 +0000 |
commit | 8fd9dece6599eb3fbd2cdd3e7fbdd4e575e33911 (patch) | |
tree | 04b2f4a4c69d41852d4e35d3b001efa3255f0119 /hw/microblaze/petalogix_s3adsp1800_mmu.c | |
parent | 94616c2a32c47e92a65e7f430b8dd643943deb28 (diff) | |
download | qemu-8fd9dece6599eb3fbd2cdd3e7fbdd4e575e33911.zip |
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 <peter.maydell@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1453831531-667-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/microblaze/petalogix_s3adsp1800_mmu.c')
-rw-r--r-- | hw/microblaze/petalogix_s3adsp1800_mmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |