Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
E1int committed Oct 20, 2024
1 parent d414a29 commit cb56227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alvr/server_core/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ use alvr_packets::{
VideoPacketHeader, AUDIO, HAPTICS, STATISTICS, TRACKING, VIDEO,
};
use alvr_session::{
BodyTrackingConfig, BodyTrackingSinkConfig, CodecType, ControllersEmulationMode, FrameSize,
H264Profile, OpenvrConfig, SessionConfig, SocketProtocol,
BodyTrackingSinkConfig, CodecType, ControllersEmulationMode, FrameSize, H264Profile,
OpenvrConfig, SessionConfig,
};
use alvr_sockets::{
PeerType, ProtoControlSocket, StreamSocketBuilder, CONTROL_PORT, KEEPALIVE_INTERVAL,
KEEPALIVE_TIMEOUT,
};
use std::{
collections::{HashMap, HashSet},
collections::HashMap,
net::{IpAddr, Ipv4Addr},
process::Command,
sync::{mpsc::RecvTimeoutError, Arc},
Expand Down

0 comments on commit cb56227

Please sign in to comment.