diff options
Diffstat (limited to 'runtime/mirror/class_loader.h')
-rw-r--r-- | runtime/mirror/class_loader.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/mirror/class_loader.h b/runtime/mirror/class_loader.h index 69accf5834..74dae386f3 100644 --- a/runtime/mirror/class_loader.h +++ b/runtime/mirror/class_loader.h @@ -17,9 +17,6 @@ #ifndef ART_RUNTIME_MIRROR_CLASS_LOADER_H_ #define ART_RUNTIME_MIRROR_CLASS_LOADER_H_ -#include <vector> - -#include "dex_file.h" #include "mirror/object.h" namespace art { |