diff options
Diffstat (limited to 'runtime/image.h')
| -rw-r--r-- | runtime/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/image.h b/runtime/image.h index 140f50412c..657828708f 100644 --- a/runtime/image.h +++ b/runtime/image.h @@ -20,9 +20,9 @@ #include <string.h> #include "base/enums.h" -#include "base/globals.h" #include "base/iteration_range.h" #include "mirror/object.h" +#include "runtime_globals.h" namespace art { |