summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/cf/code/OneLocalsArray.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/dx/cf/code/OneLocalsArray.java')
-rw-r--r--dx/src/com/android/dx/cf/code/OneLocalsArray.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/dx/src/com/android/dx/cf/code/OneLocalsArray.java b/dx/src/com/android/dx/cf/code/OneLocalsArray.java
index cafd177d3..0286a706f 100644
--- a/dx/src/com/android/dx/cf/code/OneLocalsArray.java
+++ b/dx/src/com/android/dx/cf/code/OneLocalsArray.java
@@ -16,12 +16,11 @@
package com.android.dx.cf.code;
+import com.android.dex.util.ExceptionWithContext;
import com.android.dx.rop.code.RegisterSpec;
import com.android.dx.rop.type.Type;
import com.android.dx.rop.type.TypeBearer;
-import com.android.dx.util.ExceptionWithContext;
import com.android.dx.util.Hex;
-import com.android.dx.util.MutabilityControl;
/**
* Representation of an array of local variables, with Java semantics.