summaryrefslogtreecommitdiffstats
path: root/vm/Dalvik.h
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2010-12-01 14:23:44 -0800
committerDan Bornstein <danfuzz@android.com>2010-12-01 15:52:34 -0800
commitdf4daaf8f41e3dcaa8221f54273338160dd43138 (patch)
tree043aea8d14f2fa7a82aad0479c02e6d2f6d5848d /vm/Dalvik.h
parent111221644c5b7b1d4f426d02786aeebf1addc8f6 (diff)
downloadandroid_dalvik-df4daaf8f41e3dcaa8221f54273338160dd43138.tar.gz
android_dalvik-df4daaf8f41e3dcaa8221f54273338160dd43138.tar.bz2
android_dalvik-df4daaf8f41e3dcaa8221f54273338160dd43138.zip
Rename OpCode.h -> DexOpcodes.h.
Also incorporate the former contents of OpCodeNames.h. This is a small attempt to increase naming consistency in libdex. There will be a bit more to come, in a follow-up. Change-Id: Ia7ab06042dde2e19eda02ef1fee72fb4260e899d
Diffstat (limited to 'vm/Dalvik.h')
-rw-r--r--vm/Dalvik.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/Dalvik.h b/vm/Dalvik.h
index 5779b08b7..5d5d5da5b 100644
--- a/vm/Dalvik.h
+++ b/vm/Dalvik.h
@@ -71,7 +71,7 @@
#include "analysis/DexPrepare.h"
#include "analysis/RegisterMap.h"
#include "Init.h"
-#include "libdex/OpCode.h"
+#include "libdex/DexOpcodes.h"
#include "libdex/InstrUtils.h"
#include "AllocTracker.h"
#include "PointerSet.h"