std: remove unnecessary #[cfg] on NetBSD

This commit is contained in:
joboet 2022-12-30 15:50:31 +01:00
parent 9abda03da6
commit 898302e685
No known key found for this signature in database
GPG Key ID: 704E0149B0194B3C

View File

@ -1,5 +1,3 @@
#![cfg(target_os = "netbsd")]
use crate::ffi::{c_int, c_void};
use crate::ptr;
use crate::time::Duration;