summary refs log tree commit diff
path: root/kvm_sys/tests/sanity.rs
diff options
context:
space:
mode:
Diffstat (limited to 'kvm_sys/tests/sanity.rs')
-rw-r--r--kvm_sys/tests/sanity.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/kvm_sys/tests/sanity.rs b/kvm_sys/tests/sanity.rs
index 2dd1326..7669b44 100644
--- a/kvm_sys/tests/sanity.rs
+++ b/kvm_sys/tests/sanity.rs
@@ -2,9 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-extern crate kvm_sys;
-extern crate libc;
-
 use libc::{c_char, ioctl, open, O_RDWR};
 
 use kvm_sys::*;