ART: Clean up WellKnownClasses include.
Delete an unnecessary include propagating the WellKnownClasses
far to widely, and instead fix some transitive users.
Test: m
Change-Id: I88fd49057afe4ddcc548b979baafb8b8682d78ae
diff --git a/runtime/common_throws.cc b/runtime/common_throws.cc
index a46f531..bf2e706 100644
--- a/runtime/common_throws.cc
+++ b/runtime/common_throws.cc
@@ -35,6 +35,7 @@
#include "obj_ptr-inl.h"
#include "thread.h"
#include "verifier/method_verifier.h"
+#include "well_known_classes.h"
namespace art {