summary refs log tree commit diff
path: root/qcow/src/qcow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'qcow/src/qcow.rs')
-rw-r--r--qcow/src/qcow.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/qcow/src/qcow.rs b/qcow/src/qcow.rs
index 9015bb1..52a6cc2 100644
--- a/qcow/src/qcow.rs
+++ b/qcow/src/qcow.rs
@@ -2,12 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-extern crate byteorder;
-extern crate libc;
-extern crate remain;
-#[macro_use]
-extern crate sys_util;
-
 mod qcow_raw_file;
 mod refcount;
 mod vec_cache;