organize imports

This commit is contained in:
Jindra Petřík
2022-12-18 23:10:24 +01:00
parent 4ea4419ac6
commit 8b6dd09069
98 changed files with 25 additions and 191 deletions
@@ -25,8 +25,6 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.construction.ConstructSu
import com.jpexs.decompiler.flash.abc.avm2.instructions.executing.CallSuperIns;
import com.jpexs.decompiler.flash.abc.avm2.instructions.executing.CallSuperVoidIns;
import com.jpexs.decompiler.flash.abc.avm2.parser.script.AbcIndexing;
import com.jpexs.decompiler.flash.abc.types.ClassInfo;
import com.jpexs.decompiler.flash.abc.types.InstanceInfo;
import com.jpexs.decompiler.flash.abc.types.Multiname;
import com.jpexs.decompiler.flash.abc.types.ScriptInfo;
import com.jpexs.decompiler.flash.abc.types.traits.Trait;