diff options
Diffstat (limited to 'compiler/dex/mir_graph.cc')
-rw-r--r-- | compiler/dex/mir_graph.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/compiler/dex/mir_graph.cc b/compiler/dex/mir_graph.cc index dfd8e6338d..e4550d1e60 100644 --- a/compiler/dex/mir_graph.cc +++ b/compiler/dex/mir_graph.cc @@ -14,14 +14,16 @@ * limitations under the License. */ +#include "mir_graph.h" + +#include <inttypes.h> + #include "base/stl_util.h" #include "compiler_internals.h" #include "dex_file-inl.h" -#include "leb128.h" -#include "mir_graph.h" - #include "dex/quick/dex_file_to_method_inliner_map.h" #include "dex/quick/dex_file_method_inliner.h" +#include "leb128.h" namespace art { |