diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-18 17:35:00 +0000 |
---|---|---|
committer | Leon Alrae <leon.alrae@imgtec.com> | 2016-01-23 14:30:04 +0000 |
commit | c684822ad29968af09735148f03a511bc514589d (patch) | |
tree | 18098d760b4dc45db33e2bc29a191df5b68faea2 /disas/mips.c | |
parent | 51243852af322f0a1103a90c936c43db84def82f (diff) |
mips: 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>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'disas/mips.c')
-rw-r--r-- | disas/mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/disas/mips.c b/disas/mips.c index bf0bbaf86a..0e488d8578 100644 --- a/disas/mips.c +++ b/disas/mips.c @@ -19,6 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "disas/bfd.h" /* mips.h. Mips opcode list for GDB, the GNU debugger. |