summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/os/windows.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/windows.rs b/src/os/windows.rs
index 5c72400..a0d7823 100644
--- a/src/os/windows.rs
+++ b/src/os/windows.rs
@@ -1,7 +1,7 @@
use std::collections::HashMap;
use netstat2::*;
-use sysinfo::{Pid, PidExt, ProcessExt, System, SystemExt};
+use sysinfo::{Pid, System};
use crate::{
network::{LocalSocket, Protocol},