diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:25 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:25 +0000 |
commit | d24688fb85af498c91bd6704979b96b29c6f122f (patch) | |
tree | 8c3f63ef3aad9666125454fbd7adecff60974fdd /target-moxie/mmu.c | |
parent | 23b0d7dfe5d2d5a9906be6d257ae75bbe62c5acc (diff) |
moxie: 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-33-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-moxie/mmu.c')
-rw-r--r-- | target-moxie/mmu.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target-moxie/mmu.c b/target-moxie/mmu.c index 5217eedacd..9203330b3b 100644 --- a/target-moxie/mmu.c +++ b/target-moxie/mmu.c @@ -17,11 +17,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdio.h> -#include <string.h> -#include <stdlib.h> +#include "qemu/osdep.h" -#include "config.h" #include "cpu.h" #include "mmu.h" #include "exec/exec-all.h" |