mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 20:15:05 +00:00
Remove some unused imports
This commit is contained in:
parent
bade53d224
commit
54cdd8222f
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
package com.genymobile.scrcpy;
|
||||
|
||||
import java.io.*;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import com.sun.jna.Library;
|
||||
|
|
|
@ -16,7 +16,6 @@ import java.nio.file.Paths;
|
|||
import java.nio.file.StandardCopyOption;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
import java.util.concurrent.ExecutionException;
|
||||
|
||||
public final class Server {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue