From 6898b74c783d1ab55784daad609f51775643880d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 4 Dec 2016 23:11:34 -0500 Subject: [PATCH] emit_x64: Get rid of indirect includes --- src/backend_x64/emit_x64.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/backend_x64/emit_x64.cpp b/src/backend_x64/emit_x64.cpp index 2b1ed94e..2b5ce435 100644 --- a/src/backend_x64/emit_x64.cpp +++ b/src/backend_x64/emit_x64.cpp @@ -5,15 +5,17 @@ */ #include -#include #include "backend_x64/abi.h" #include "backend_x64/emit_x64.h" #include "backend_x64/jitstate.h" +#include "common/assert.h" +#include "common/bit_util.h" #include "frontend/arm/types.h" #include "frontend/ir/basic_block.h" #include "frontend/ir/location_descriptor.h" #include "frontend/ir/microinstruction.h" +#include "frontend/ir/opcodes.h" // TODO: Have ARM flags in host flags and not have them use up GPR registers unless necessary. // TODO: Actually implement that proper instruction selector you've always wanted to sweetheart.