mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
format
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
#[cfg(windows)]
|
||||
use crate::{
|
||||
client::*,
|
||||
clipboard_file::*,
|
||||
common::{self, check_clipboard, update_clipboard, ClipboardContext, CLIPBOARD_INTERVAL},
|
||||
};
|
||||
#[cfg(not(windows))]
|
||||
use crate::clipboard_file::*;
|
||||
use crate::{
|
||||
client::*,
|
||||
common::{self, check_clipboard, update_clipboard, ClipboardContext, CLIPBOARD_INTERVAL},
|
||||
|
||||
Reference in New Issue
Block a user