summaryrefslogtreecommitdiffstats
path: root/src/unix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix.rs')
-rw-r--r--src/unix.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/unix.rs b/src/unix.rs
index 92f48e6..b819843 100644
--- a/src/unix.rs
+++ b/src/unix.rs
@@ -1,10 +1,7 @@
-extern crate libc;
-extern crate ncurses;
-
use std::path::{Path, PathBuf};
use std::process;
-use config::mimetype;
+use crate::config::mimetype;
/*
pub const fn is_reg(mode: u32) -> bool