aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a3bf64d..6f3fc49 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -23,11 +23,6 @@ extern crate quick_error;
extern crate num_derive;
#[macro_use]
extern crate getset;
-extern crate byteorder;
-extern crate fnv;
-extern crate num_traits;
-extern crate zip;
-
pub mod raw;
mod event;