aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index fa1bef2..c710dfc 100644
--- a/build.rs
+++ b/build.rs
@@ -1,6 +1,6 @@
use std::env;
-use std::path::Path;
use std::io::Write;
+use std::path::Path;
fn main() {
// Generate KVM constants from the system header <linux/kvm.h>.