diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 17:49:56 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-04 17:41:30 +0000 |
commit | 48d4ab25e7d81328f65a942bf4643c4eb1399ddf (patch) | |
tree | ce83b6a7b5b1eb3195c6275ca6af72c4af299fe1 /disas/m68k.c | |
parent | aafd758410015e08b1aa8964d739ba8587ce58dc (diff) | |
download | qemu-48d4ab25e7d81328f65a942bf4643c4eb1399ddf.tar.gz qemu-48d4ab25e7d81328f65a942bf4643c4eb1399ddf.tar.bz2 qemu-48d4ab25e7d81328f65a942bf4643c4eb1399ddf.zip |
disas: 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: 1454089805-5470-7-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'disas/m68k.c')
-rw-r--r-- | disas/m68k.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/disas/m68k.c b/disas/m68k.c index cc0db96cae..0412ecd4b6 100644 --- a/disas/m68k.c +++ b/disas/m68k.c @@ -1,9 +1,8 @@ /* This file is composed of several different files from the upstream sourceware.org CVS. Original file boundaries marked with **** */ -#include <string.h> +#include "qemu/osdep.h" #include <math.h> -#include <stdio.h> #include "disas/bfd.h" |