mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
Remove a no-longer-needed import.
This commit is contained in:
parent
dcf2c5f7e2
commit
b192478a43
@ -5,7 +5,7 @@ use crate::{
|
||||
use lqos_utils::XdpIpAddress;
|
||||
use once_cell::sync::Lazy;
|
||||
use std::{
|
||||
fs::File, io::Read, marker::PhantomData, os::fd::FromRawFd, sync::Mutex, fmt::Debug,
|
||||
fs::File, io::Read, marker::PhantomData, os::fd::FromRawFd, fmt::Debug,
|
||||
};
|
||||
use thiserror::Error;
|
||||
use zerocopy::FromBytes;
|
||||
|
Loading…
Reference in New Issue
Block a user