diff options
Diffstat (limited to 'runtime/oat_file_assistant.h')
-rw-r--r-- | runtime/oat_file_assistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant.h b/runtime/oat_file_assistant.h index 19c625b84a..9f9c91f154 100644 --- a/runtime/oat_file_assistant.h +++ b/runtime/oat_file_assistant.h @@ -22,11 +22,11 @@ #include <sstream> #include <string> +#include "base/compiler_filter.h" #include "arch/instruction_set.h" #include "base/os.h" #include "base/scoped_flock.h" #include "base/unix_file/fd_file.h" -#include "compiler_filter.h" #include "class_loader_context.h" #include "oat_file.h" |