From 7f22a8edee85b006a5d8761aa6cc5f2b679d81f5 Mon Sep 17 00:00:00 2001 From: Santiago Aboy Solanes Date: Wed, 13 Mar 2024 16:51:21 +0000 Subject: 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 --- runtime/quick_exception_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/quick_exception_handler.cc') diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc index cc276ca435..2ebcbb0fd0 100644 --- a/runtime/quick_exception_handler.cc +++ b/runtime/quick_exception_handler.cc @@ -23,9 +23,9 @@ #include "arch/context.h" #include "art_method-inl.h" #include "base/array_ref.h" -#include "base/enums.h" #include "base/globals.h" #include "base/logging.h" // For VLOG_IS_ON. +#include "base/pointer_size.h" #include "base/systrace.h" #include "dex/dex_file_types.h" #include "dex/dex_instruction.h" -- cgit v1.2.3-59-g8ed1b