mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Reorganize server imports
Moving classes into subpackages changed the expected imports order. Reorganize them all at once automatically to avoid spurious changes in future commits.
This commit is contained in:
parent
665ccb32f5
commit
f69ac40534
9 changed files with 13 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
|||
package com.genymobile.scrcpy.video;
|
||||
|
||||
import com.genymobile.scrcpy.device.Device;
|
||||
import com.genymobile.scrcpy.util.Ln;
|
||||
import com.genymobile.scrcpy.device.Size;
|
||||
import com.genymobile.scrcpy.util.Ln;
|
||||
import com.genymobile.scrcpy.wrappers.ServiceManager;
|
||||
import com.genymobile.scrcpy.wrappers.SurfaceControl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue