diff options
| author | 2013-02-01 21:45:39 +0000 | |
|---|---|---|
| committer | 2013-02-01 21:45:39 +0000 | |
| commit | 5d78f9c6045878c9e448d47b688dd89eaf476a83 (patch) | |
| tree | 32850692eb4565a4ee3eaf122da32debec45b4c2 /src/compiler/codegen/local_optimizations.cc | |
| parent | e9de2dd6bd51f9be3457b5e2ffdd97f457ddebcb (diff) | |
| parent | 641ce0371c2f0dc95d26be02d8366124c8b66653 (diff) | |
Merge "Rename compiler_llvm CompilationUnit to LlvmCompilationUnit" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/local_optimizations.cc')
| -rw-r--r-- | src/compiler/codegen/local_optimizations.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/local_optimizations.cc b/src/compiler/codegen/local_optimizations.cc index 69b5d8ef36..b6981cac03 100644 --- a/src/compiler/codegen/local_optimizations.cc +++ b/src/compiler/codegen/local_optimizations.cc @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "../compiler_internals.h" +#include "compiler/compiler_internals.h" namespace art { |