This commit is contained in:
open-trade 2022-02-24 14:40:33 +08:00
parent 944fde15a4
commit 8460c1ac42
3 changed files with 10 additions and 16 deletions

View File

@ -1,7 +1,6 @@
use super::{input_service::*, *};
#[cfg(windows)]
use crate::{clipboard_file::*, common::update_clipboard, ipc};
#[cfg(not(windows))]
use crate::clipboard_file::*;
use crate::{common::update_clipboard, ipc};
use hbb_common::{
config::Config,

View File

@ -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},