Skip to content

Commit

Permalink
fix: windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Nov 4, 2024
1 parent 901978c commit 6f0ec1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sources/socket/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ use vector_lib::configurable::configurable_component;
use vector_lib::lookup::{lookup_v2::OptionalValuePath, owned_value_path};
use vrl::value::{kind::Collection, Kind};

#[cfg(unix)]
use crate::{
codecs::DecodingConfig,
config::{GenerateConfig, Resource, SourceConfig, SourceContext, SourceOutput},
sources::util::net::TcpSource,
tls::MaybeTlsSettings,
};

Expand Down

0 comments on commit 6f0ec1f

Please sign in to comment.