diff options
author | Peter Maydell | 2015-12-07 17:23:45 +0100 |
---|---|---|
committer | Peter Maydell | 2016-01-18 17:33:32 +0100 |
commit | 12b167226f2804063cf8d72fe4fdc01764c99e96 (patch) | |
tree | a0b4fd5a996431a8ef001fd5960b7bbf80186ce3 /hw/arm/imx25_pdk.c | |
parent | target-arm: Clean up includes (diff) | |
download | qemu-12b167226f2804063cf8d72fe4fdc01764c99e96.tar.gz qemu-12b167226f2804063cf8d72fe4fdc01764c99e96.tar.xz qemu-12b167226f2804063cf8d72fe4fdc01764c99e96.zip |
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.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1449505425-32022-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm/imx25_pdk.c')
-rw-r--r-- | hw/arm/imx25_pdk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/imx25_pdk.c b/hw/arm/imx25_pdk.c index 039f0ebdb8..b167e19f5a 100644 --- a/hw/arm/imx25_pdk.c +++ b/hw/arm/imx25_pdk.c @@ -23,6 +23,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/arm/fsl-imx25.h" #include "hw/boards.h" #include "qemu/error-report.h" |