diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:16:57 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:22 +0000 |
commit | ea99dde191379804cb01881f931cd50db6550df7 (patch) | |
tree | 91f9081cac107479837cc470f18f3602ae0246fe /target-lm32/lm32-semi.c | |
parent | 7b31bbc2e68605ab2f10dc609dd54cf4c7b5f49a (diff) |
lm32: 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-5-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-lm32/lm32-semi.c')
-rw-r--r-- | target-lm32/lm32-semi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target-lm32/lm32-semi.c b/target-lm32/lm32-semi.c index ec6524f376..20f1a1cd48 100644 --- a/target-lm32/lm32-semi.c +++ b/target-lm32/lm32-semi.c @@ -10,10 +10,7 @@ * See the COPYING file in the top-level directory. */ -#include <errno.h> -#include <unistd.h> -#include <string.h> -#include <stddef.h> +#include "qemu/osdep.h" #include "cpu.h" #include "exec/helper-proto.h" #include "qemu/log.h" |