commit | 0e5d75d5ca2b8a44fab0c862276a466cbab39859 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Wed Jul 06 18:28:37 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Thu Jul 07 01:11:59 2011 -0700 |
tree | 1833a4b1ea85ea5fe76749ab7a83270c74230666 | |
parent | d4e48fdd5f8baad270a82120a912106b98074501 [diff] [blame] |
Add support for linking classes. Change-Id: I0026be6e4c919f7391fd83c654f58c3bc67f44e1
diff --git a/src/dex_file_test.cc b/src/dex_file_test.cc index b46cbb5..ea42519 100644 --- a/src/dex_file_test.cc +++ b/src/dex_file_test.cc
@@ -1,6 +1,7 @@ // Copyright 2011 Google Inc. All Rights Reserved. #include "src/dex_file.h" +#include "src/object.h" #include "src/scoped_ptr.h" #include <stdio.h> @@ -8,8 +9,6 @@ namespace art { -// Nested.java -// // class Nested { // class Inner { // }