diff options
author | 2018-01-23 16:11:38 -0800 | |
---|---|---|
committer | 2018-01-24 09:24:29 -0800 | |
commit | 8c0961f9e061ee4b04c1c4ba8ad5cca13bcf884d (patch) | |
tree | f6e5a970a6bcc0935e150cb6c28a520bf31ba964 /compiler/optimizing/inliner.h | |
parent | 2b1a21ed3581f77f34d582507177ebce33565534 (diff) |
Move missed files to libdexfile
Reduce the dependencies on utf and utils in preparation for separate
directory.
Bug: 22322814
Test: make -j 50 test-art-host
make -j 50 dexdump2 dexlist
Change-Id: Icdecf895dafec63ef903514eef79d459abc14925
Diffstat (limited to 'compiler/optimizing/inliner.h')
-rw-r--r-- | compiler/optimizing/inliner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/inliner.h b/compiler/optimizing/inliner.h index e81d97b0a8..02465d37ba 100644 --- a/compiler/optimizing/inliner.h +++ b/compiler/optimizing/inliner.h @@ -18,7 +18,7 @@ #define ART_COMPILER_OPTIMIZING_INLINER_H_ #include "dex/dex_file_types.h" -#include "invoke_type.h" +#include "dex/invoke_type.h" #include "jit/profile_compilation_info.h" #include "optimization.h" |