summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/cf/code/Machine.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/dx/cf/code/Machine.java')
-rw-r--r--dx/src/com/android/dx/cf/code/Machine.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dx/src/com/android/dx/cf/code/Machine.java b/dx/src/com/android/dx/cf/code/Machine.java
index a81feaff3..a1905059f 100644
--- a/dx/src/com/android/dx/cf/code/Machine.java
+++ b/dx/src/com/android/dx/cf/code/Machine.java
@@ -16,10 +16,10 @@
package com.android.dx.cf.code;
+import com.android.dx.rop.code.LocalItem;
import com.android.dx.rop.cst.Constant;
import com.android.dx.rop.type.Prototype;
import com.android.dx.rop.type.Type;
-import com.android.dx.rop.code.LocalItem;
import java.util.ArrayList;
/**