hw/arm: 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.

Backports commit 12b167226f2804063cf8d72fe4fdc01764c99e96 from qemu
This commit is contained in:
Peter Maydell 2018-02-17 21:10:42 -05:00 committed by Lioncash
parent cd5c4037ac
commit 51aeab661f
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -11,6 +11,7 @@
* GNU GPL, version 2 or (at your option) any later version.
*/
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/arm/arm.h"
#include "hw/boards.h"