diff options
author | Peter Maydell | 2016-01-26 19:17:01 +0100 |
---|---|---|
committer | Peter Maydell | 2016-01-29 16:07:22 +0100 |
commit | 5af98cc5731061fc0321cd2c4c23c7e39cca0d9d (patch) | |
tree | c8f24fcd74932012d317ad6893a91e60f20997f4 /target-unicore32/translate.c | |
parent | s390: Clean up includes (diff) | |
download | qemu-5af98cc5731061fc0321cd2c4c23c7e39cca0d9d.tar.gz qemu-5af98cc5731061fc0321cd2c4c23c7e39cca0d9d.tar.xz qemu-5af98cc5731061fc0321cd2c4c23c7e39cca0d9d.zip |
unicore: 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-9-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-unicore32/translate.c')
-rw-r--r-- | target-unicore32/translate.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target-unicore32/translate.c b/target-unicore32/translate.c index d2f92f02fc..5db8f94931 100644 --- a/target-unicore32/translate.c +++ b/target-unicore32/translate.c @@ -8,11 +8,7 @@ * published by the Free Software Foundation, or (at your option) any * later version. See the COPYING file in the top-level directory. */ -#include <stdarg.h> -#include <stdlib.h> -#include <stdio.h> -#include <string.h> -#include <inttypes.h> +#include "qemu/osdep.h" #include "cpu.h" #include "disas/disas.h" |