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
diff --git a/vm/compiler/Frontend.c b/vm/compiler/Frontend.c
index ad04676..092412e 100644
--- a/vm/compiler/Frontend.c
+++ b/vm/compiler/Frontend.c
@@ -15,7 +15,7 @@
*/
#include "Dalvik.h"
-#include "libdex/OpCode.h"
+#include "libdex/DexOpcodes.h"
#include "interp/Jit.h"
#include "CompilerInternals.h"
#include "Dataflow.h"