From b79674cf70cabdcbe85de2e45b090f98990d020a Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 14 May 2019 16:16:46 -0700 Subject: ART: Forward-declare Signature in art_method.h (iwyu) Test: mmma art Change-Id: I16e2083db5b52c9373350a1072550d1e83355ab5 --- runtime/art_method-inl.h | 1 + runtime/art_method.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/art_method-inl.h b/runtime/art_method-inl.h index c25bd00afd..61c261c52c 100644 --- a/runtime/art_method-inl.h +++ b/runtime/art_method-inl.h @@ -29,6 +29,7 @@ #include "dex/dex_file_types.h" #include "dex/invoke_type.h" #include "dex/primitive.h" +#include "dex/signature.h" #include "gc_root-inl.h" #include "imtable-inl.h" #include "intrinsics_enum.h" diff --git a/runtime/art_method.h b/runtime/art_method.h index e4c21f061d..23c1fe9493 100644 --- a/runtime/art_method.h +++ b/runtime/art_method.h @@ -31,7 +31,6 @@ #include "dex/dex_file_structs.h" #include "dex/modifiers.h" #include "dex/primitive.h" -#include "dex/signature.h" #include "gc_root.h" #include "obj_ptr.h" #include "offsets.h" @@ -51,6 +50,7 @@ class OatQuickMethodHeader; class ProfilingInfo; class ScopedObjectAccessAlreadyRunnable; class ShadowFrame; +class Signature; namespace mirror { class Array; -- cgit v1.2.3-59-g8ed1b