]> git.proxmox.com Git - mirror_qemu.git/commit
disas/arm-a64.cc: Include osdep.h first
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Feb 2016 11:58:02 +0000 (11:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Feb 2016 12:43:04 +0000 (12:43 +0000)
commite78490c44ccd90507750a563493bad6d27e3693a
tree9e0fff1d7d7bbec2344c8a81a8c6f11229cc4777
parent79f56d82f805b170fa2be8c04b682117be56483f
disas/arm-a64.cc: Include osdep.h first

Rearrange include directives so that we include osdep.h first.
This has to be done manually because clean-includes doesn't
handle C++.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
disas/arm-a64.cc