diff options
author | 2016-07-16 04:46:46 +0000 | |
---|---|---|
committer | 2016-07-16 04:46:46 +0000 | |
commit | 173f435e56acfd0501fc460747572a4796dcffe0 (patch) | |
tree | 5e5716d1b07f229efb78783d26518511539ef5a3 /runtime/oat_file_assistant.cc | |
parent | 161c866ca742049f5c916696e1503c697be30e87 (diff) | |
parent | 43e10b031e3bb42df54adf8f0525a29d2b308a4e (diff) |
Merge "ART: Replace ScopedFd with FdFile"
Diffstat (limited to 'runtime/oat_file_assistant.cc')
-rw-r--r-- | runtime/oat_file_assistant.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index aae9d97aeb..67281231bf 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -39,7 +39,6 @@ #include "os.h" #include "runtime.h" #include "scoped_thread_state_change.h" -#include "ScopedFd.h" #include "utils.h" namespace art { |