summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-01-28 02:31:17 +0800
committerGitHub <noreply@github.com>2024-01-28 02:31:17 +0800
commit67711e7f71a0540e48cdef7591f2800c73d87b4a (patch)
tree0353eb297c4d8c37e4d4f9a69302c828ec1977fd
parent1b58a0c4c400d363d0c9cca18b5765e65b3bdd7e (diff)
Hot-fix: Windows compile issue (#356)
-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},