aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/packet_handling
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/packet_handling')
-rw-r--r--azalea-client/src/packet_handling/login.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/azalea-client/src/packet_handling/login.rs b/azalea-client/src/packet_handling/login.rs
index 83a6a98d..472ac850 100644
--- a/azalea-client/src/packet_handling/login.rs
+++ b/azalea-client/src/packet_handling/login.rs
@@ -8,10 +8,6 @@ use bevy_ecs::prelude::*;
use tokio::sync::mpsc;
use tracing::error;
-use crate::raw_connection::RawConnection;
-
-use super::game::SendPacketEvent;
-
// this struct is defined here anyways though so it's consistent with the other
// ones