rdp: fix compile against current git

This commit is contained in:
Marc-André Lureau 2024-09-09 17:50:00 +04:00
parent d6056111d9
commit fe1742d142

View File

@ -10,12 +10,9 @@ use ironrdp::{
LockDataId, OwnedFormatDataResponse, LockDataId, OwnedFormatDataResponse,
}, },
}, },
pdu::{ core::{impl_as_any, ReadCursor},
cursor::ReadCursor, pdu::utils::{read_string_from_cursor, CharacterSet},
utils::{read_string_from_cursor, CharacterSet},
},
server::{CliprdrServerFactory, ServerEvent, ServerEventSender}, server::{CliprdrServerFactory, ServerEvent, ServerEventSender},
svc::impl_as_any,
}; };
use tracing::{debug, error, warn}; use tracing::{debug, error, warn};