diff options
| author | 2012-12-12 17:03:35 -0800 | |
|---|---|---|
| committer | 2012-12-12 17:03:36 -0800 | |
| commit | fe8723b27d5ef942ffa5a0a77c8169ffdfde8f4b (patch) | |
| tree | 68030b2f4cdd150d6644432c04681f0c79b9f82b /src/compiler_llvm/compilation_unit.cc | |
| parent | b7eb10825af77b60cdae0d58232075a0704071da (diff) | |
| parent | 761600567d73b23324ae0251e871c15d6849ffd8 (diff) | |
Merge "Switch over to the google3 unix_file File*." into dalvik-dev
Diffstat (limited to 'src/compiler_llvm/compilation_unit.cc')
| -rw-r--r-- | src/compiler_llvm/compilation_unit.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler_llvm/compilation_unit.cc b/src/compiler_llvm/compilation_unit.cc index 3524cddfbf..b482d0060e 100644 --- a/src/compiler_llvm/compilation_unit.cc +++ b/src/compiler_llvm/compilation_unit.cc @@ -18,7 +18,6 @@ #include "compiled_method.h" #include "compiler_llvm.h" -#include "file.h" #include "instruction_set.h" #include "ir_builder.h" #include "logging.h" |