diff options
| author | 2018-04-27 15:49:58 +0000 | |
|---|---|---|
| committer | 2018-04-27 15:49:58 +0000 | |
| commit | 0ecbdb32eb0f829614c25a54a165f43c3ad676f8 (patch) | |
| tree | b0d2b2f52be1296be2536d9838efc29b32a80a04 /compiler/utils/arm/constants_arm.h | |
| parent | 8404e930d2f74430e156c1f11c7ed2908b29ec2b (diff) | |
| parent | 1979c64214bd505c013d573bc8729ee94f7bdea5 (diff) | |
Merge "Clean up include paths"
Diffstat (limited to 'compiler/utils/arm/constants_arm.h')
| -rw-r--r-- | compiler/utils/arm/constants_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/arm/constants_arm.h b/compiler/utils/arm/constants_arm.h index 66252bed86..3e316c8e84 100644 --- a/compiler/utils/arm/constants_arm.h +++ b/compiler/utils/arm/constants_arm.h @@ -25,7 +25,7 @@ #include "arch/arm/registers_arm.h" #include "base/casts.h" -#include "globals.h" +#include "base/globals.h" namespace art { namespace arm { |