commit | 7e49dca262933bc30cbc8b9f07cfc8cce2343389 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Fri Jul 22 18:07:34 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Sat Jul 23 12:01:58 2011 -0700 |
tree | c7413689d9d71aa15af72ea936befae639289fcd | |
parent | 6547ace95d86e0f1aec8a0abc76fe87838a81815 [diff] [blame] |
Rename DexFile to DexCache Change-Id: I93fa3e4f7cf87fbaac974f0d2577628a23f0d8c2
diff --git a/src/runtime.h b/src/runtime.h index 69f6228..f697b4a 100644 --- a/src/runtime.h +++ b/src/runtime.h
@@ -7,7 +7,7 @@ #include "globals.h" #include "macros.h" -#include "raw_dex_file.h" +#include "dex_file.h" #include "stringpiece.h" namespace art {