uucore: compile on Windows again

This commit is contained in:
Arcterus 2016-11-30 03:51:49 -08:00
parent f5fce8dadb
commit dc6ba887ba

View file

@ -14,7 +14,6 @@ use std::fs;
use std::io::{Error, ErrorKind};
use std::io::Result as IOResult;
use std::path::{Component, Path, PathBuf};
#[cfg(unix)]
use std::borrow::Cow;
pub fn resolve_relative_path<'a>(path: &'a Path) -> Cow<'a, Path> {