diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:05 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:30:21 -0600 |
commit | f3fd7edbb7be976dd2b035f94e54c3173ca248a9 (patch) | |
tree | c6f14738201bcbcc3b4f36f3a0c10c6103615974 /hw/intc/arm_gic_common.c | |
parent | 33b55ab282aa57a49fa7fd2c0e1c1cbb72b673a8 (diff) | |
download | hqemu-f3fd7edbb7be976dd2b035f94e54c3173ca248a9.zip hqemu-f3fd7edbb7be976dd2b035f94e54c3173ca248a9.tar.gz |
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.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-13-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/intc/arm_gic_common.c')
-rw-r--r-- | hw/intc/arm_gic_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/arm_gic_common.c b/hw/intc/arm_gic_common.c index 9c82b97..ac8cf42 100644 --- a/hw/intc/arm_gic_common.c +++ b/hw/intc/arm_gic_common.c @@ -18,6 +18,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "gic_internal.h" #include "hw/arm/linux-boot-if.h" |