summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/dex/file/TypeIdItem.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/dx/dex/file/TypeIdItem.java')
-rw-r--r--dx/src/com/android/dx/dex/file/TypeIdItem.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/dx/src/com/android/dx/dex/file/TypeIdItem.java b/dx/src/com/android/dx/dex/file/TypeIdItem.java
index 04be2a1a6..e585f1f69 100644
--- a/dx/src/com/android/dx/dex/file/TypeIdItem.java
+++ b/dx/src/com/android/dx/dex/file/TypeIdItem.java
@@ -16,9 +16,9 @@
package com.android.dx.dex.file;
-import com.android.dx.dex.SizeOf;
-import com.android.dx.rop.cst.CstType;
+import com.android.dex.SizeOf;
import com.android.dx.rop.cst.CstString;
+import com.android.dx.rop.cst.CstType;
import com.android.dx.util.AnnotatedOutput;
import com.android.dx.util.Hex;