mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 05:35:20 +00:00
rdp: fix compile against current git
This commit is contained in:
parent
d6056111d9
commit
fe1742d142
@ -10,12 +10,9 @@ use ironrdp::{
|
||||
LockDataId, OwnedFormatDataResponse,
|
||||
},
|
||||
},
|
||||
pdu::{
|
||||
cursor::ReadCursor,
|
||||
utils::{read_string_from_cursor, CharacterSet},
|
||||
},
|
||||
core::{impl_as_any, ReadCursor},
|
||||
pdu::utils::{read_string_from_cursor, CharacterSet},
|
||||
server::{CliprdrServerFactory, ServerEvent, ServerEventSender},
|
||||
svc::impl_as_any,
|
||||
};
|
||||
use tracing::{debug, error, warn};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user