From 761600567d73b23324ae0251e871c15d6849ffd8 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 12 Dec 2012 16:31:20 -0800 Subject: Switch over to the google3 unix_file File*. I also moved macros.h to base/macros.h to ease google3 porting, at the expense of a larger than necessary change. (I learned my lesson, though, and didn't make the equivalent base/logging.h change.) I'm not sure whether we want to keep the unix_file MappedFile given our existing MemMap, but it's easier to bring it over and then remove it (and possibly revert the removal) than to bring it over later. Change-Id: Id50a66faa5ab17b9bc936cc9043dbc26f791f0ca --- src/compiler_llvm/compilation_unit.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler_llvm/compilation_unit.cc') 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" -- cgit v1.2.3-59-g8ed1b