Move missed files to libdexfile
Reduce the dependencies on utf and utils in preparation for separate
directory.
Bug: 22322814
Test: make -j 50 test-art-host
make -j 50 dexdump2 dexlist
Change-Id: Icdecf895dafec63ef903514eef79d459abc14925
diff --git a/runtime/mirror/class.h b/runtime/mirror/class.h
index 84b0326..ced7c7c 100644
--- a/runtime/mirror/class.h
+++ b/runtime/mirror/class.h
@@ -25,10 +25,10 @@
#include "class_status.h"
#include "dex/dex_file.h"
#include "dex/dex_file_types.h"
+#include "dex/modifiers.h"
#include "gc/allocator_type.h"
#include "gc_root.h"
#include "imtable.h"
-#include "modifiers.h"
#include "object.h"
#include "object_array.h"
#include "primitive.h"