Skip to content

Commit b65cddc

Browse files
bilelmoussaouisdroege
authored andcommitted
glib/source: Fix imports on Win32
1 parent bbaa021 commit b65cddc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

glib/src/source.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

3-
#[cfg(unix)]
43
use std::{cell::RefCell, mem::transmute, num::NonZeroU32, time::Duration};
54

65
use crate::ffi::{self, gboolean, gpointer};
7-
#[cfg(all(not(unix), docsrs))]
8-
use libc::c_int as RawFd;
96

107
use crate::{thread_guard::ThreadGuard, translate::*, ControlFlow, MainContext, Source};
118

0 commit comments

Comments
 (0)