libextra: unused import fix for android AGAIN

This commit is contained in:
Young-il Choi 2013-06-29 14:06:42 +09:00 committed by Daniel Micay
parent b9cf6a33d2
commit 51beba6cf9

View File

@ -97,11 +97,14 @@ pub mod reader {
use core::cast::transmute;
use core::int;
use core::io;
use core::option::{None, Option, Some};
#[cfg(target_arch = "x86")]
#[cfg(target_arch = "x86_64")]
use core::option::{None, Option, Some};
use core::ptr::offset;
#[cfg(target_arch = "x86")]
#[cfg(target_arch = "x86_64")]
use core::unstable::intrinsics::bswap32;
// ebml reading