diff options
author | Peter Maydell | 2016-02-08 20:01:23 +0100 |
---|---|---|
committer | Peter Maydell | 2016-02-16 15:29:28 +0100 |
commit | c964b660223308150bb72c627b320c79372c7128 (patch) | |
tree | 9dcb4c71de11731ffc5a617e51ca8464b7b418df /hw/intc/bcm2836_control.c | |
parent | scripts/tracetool: Include qemu/osdep.h in generated .c files (diff) | |
download | qemu-c964b660223308150bb72c627b320c79372c7128.tar.gz qemu-c964b660223308150bb72c627b320c79372c7128.tar.xz qemu-c964b660223308150bb72c627b320c79372c7128.zip |
all: 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>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'hw/intc/bcm2836_control.c')
-rw-r--r-- | hw/intc/bcm2836_control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/bcm2836_control.c b/hw/intc/bcm2836_control.c index ad622aa99f..d0271810cc 100644 --- a/hw/intc/bcm2836_control.c +++ b/hw/intc/bcm2836_control.c @@ -13,6 +13,7 @@ * https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2836/QA7_rev3.4.pdf */ +#include "qemu/osdep.h" #include "hw/intc/bcm2836_control.h" #define REG_GPU_ROUTE 0x0c |