diff options
author | 2024-03-13 16:51:21 +0000 | |
---|---|---|
committer | 2024-03-26 09:44:33 +0000 | |
commit | 7f22a8edee85b006a5d8761aa6cc5f2b679d81f5 (patch) | |
tree | c4c71a75316390f7a2ad19c76000abf5d4d82d8d /compiler/cfi_test.h | |
parent | 42646b1ef936d12c4099fbefefdc976f9dc3c976 (diff) |
Rename enums.h/.cc to pointer_size.h/.cc.
It was the only enum in the file
Bug: 329378408
Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Change-Id: If0e385324afa3685f648135ba9b60e6bc79ba0ed
Diffstat (limited to 'compiler/cfi_test.h')
-rw-r--r-- | compiler/cfi_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cfi_test.h b/compiler/cfi_test.h index 6835e92dfd..5010b5cbf6 100644 --- a/compiler/cfi_test.h +++ b/compiler/cfi_test.h @@ -22,8 +22,8 @@ #include <vector> #include "arch/instruction_set.h" -#include "base/enums.h" #include "base/macros.h" +#include "base/pointer_size.h" #include "debug/dwarf/dwarf_test.h" #include "disassembler.h" #include "dwarf/dwarf_constants.h" |