Skip to content

Commit

Permalink
Remove unused libc::c_ushort
Browse files Browse the repository at this point in the history
  • Loading branch information
clin1234 committed Jan 23, 2025
1 parent ab16e04 commit 4460ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyo3-ffi/src/cpython/unicodeobject.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#[cfg(not(PyPy))]
use crate::Py_hash_t;
use crate::{PyObject, Py_UCS1, Py_UCS2, Py_UCS4, Py_ssize_t};
use libc::{c_ushort, wchar_t};
use libc::wchar_t;
#[cfg(Py_3_14)]
use std::os::raw::c_ushort;
use std::os::raw::{c_char, c_int, c_uint, c_void};
Expand Down

0 comments on commit 4460ff5

Please sign in to comment.