Skip to content

Commit

Permalink
Cleanup windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jontified committed Dec 24, 2023
1 parent 3efba99 commit 7ae4c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions talpid-core/src/firewall/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use ipnetwork::{IpNetwork, Ipv4Network, Ipv6Network};
use once_cell::sync::Lazy;
#[cfg(windows)]
use std::path::PathBuf;
use std::{
fmt,
net::{IpAddr, Ipv4Addr, Ipv6Addr},
Expand Down
4 changes: 2 additions & 2 deletions talpid-core/src/firewall/windows.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use crate::tunnel::TunnelMetadata;

use std::{ffi::CStr, io, net::IpAddr, path::PathBuf, ptr};
use std::{ffi::CStr, io, net::IpAddr, ptr};

use self::winfw::*;
use super::{FirewallArguments, FirewallPolicy, InitialFirewallState};
use talpid_types::{
net::{AllowedEndpoint, AllowedTunnelTraffic, Endpoint},
net::{AllowedEndpoint, AllowedTunnelTraffic},
tunnel::FirewallPolicyError,
};
use widestring::WideCString;
Expand Down

0 comments on commit 7ae4c92

Please sign in to comment.