diff options
Diffstat (limited to 'compiler/driver/compiler_options.h')
-rw-r--r-- | compiler/driver/compiler_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 778e7899b3..6915b7cdd6 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -22,11 +22,11 @@ #include <string> #include <vector> +#include "base/compiler_filter.h" #include "base/globals.h" #include "base/hash_set.h" #include "base/macros.h" #include "base/utils.h" -#include "compiler_filter.h" #include "optimizing/register_allocator.h" namespace art { |