diff options
Diffstat (limited to 'src/compiler/codegen/gen_common.cc')
| -rw-r--r-- | src/compiler/codegen/gen_common.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/gen_common.cc b/src/compiler/codegen/gen_common.cc index acaad5b26b..1d64a71848 100644 --- a/src/compiler/codegen/gen_common.cc +++ b/src/compiler/codegen/gen_common.cc @@ -14,10 +14,10 @@ * limitations under the License. */ +#include "codegen_util.h" +#include "compiler/compiler_ir.h" #include "oat/runtime/oat_support_entrypoints.h" -#include "../compiler_ir.h" #include "ralloc_util.h" -#include "codegen_util.h" namespace art { |