aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0e96ff0..20f4fb6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,7 +2,6 @@
extern crate autopilot;
extern crate chrono;
-extern crate cocoa;
#[macro_use]
extern crate combine;
@@ -11,7 +10,6 @@ extern crate core_graphics;
#[macro_use]
extern crate error_chain;
extern crate exitcode;
-extern crate foreign_types;
extern crate getopts;
extern crate libc;