From d8dc04d3356df84c1065c14b7d9b1c4dc36853c7 Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 10 Mar 2026 11:24:51 +0000 Subject: [PATCH] only import the needed types in bits_pthread --- src/header/bits_pthread/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header/bits_pthread/mod.rs b/src/header/bits_pthread/mod.rs index 72f43cbaff..5c4a1d3e51 100644 --- a/src/header/bits_pthread/mod.rs +++ b/src/header/bits_pthread/mod.rs @@ -1,6 +1,6 @@ #![allow(non_camel_case_types)] -use crate::platform::types::*; +use crate::platform::types::{c_int, c_uchar, c_ulong, c_void, size_t}; // XXX: https://github.com/eqrion/cbindgen/issues/685 //