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>
This commit is contained in:
parent
79f56d82f8
commit
e78490c44c
@ -17,12 +17,13 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "vixl/a64/disasm-a64.h"
|
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#include "qemu/osdep.h"
|
||||||
#include "disas/bfd.h"
|
#include "disas/bfd.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "vixl/a64/disasm-a64.h"
|
||||||
|
|
||||||
using namespace vixl;
|
using namespace vixl;
|
||||||
|
|
||||||
static Decoder *vixl_decoder = NULL;
|
static Decoder *vixl_decoder = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user