Skip to content

Commit 2b57f5b

Browse files
committed
fix build failure
1 parent e66e94f commit 2b57f5b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

media/rtc/src/rtp_transport/dtls_srtp.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use dimpl::Dtls;
22
use sha2::{Digest, Sha256};
33
use srtp::{DtlsSrtpPolicies, SrtpSession};
44
use std::{
5-
cmp,
65
collections::VecDeque,
76
sync::Arc,
87
time::{Duration, Instant},

media/rtc/src/sdp/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use super::{
99
opt_min,
1010
rtp_transport::{Connectivity, RtpTransport, RtpTransportEvent, RtpTransportPorts},
1111
};
12-
use crate::rtp::RtpPacket;
1312
use crate::{
1413
rtp::RtpPacket,
1514
rtp_session::{

0 commit comments

Comments
 (0)