codec/subtitle: remove unneeded import

This commit is contained in:
lummax 2015-09-09 19:39:04 +02:00
parent d920fcce7d
commit 45b1d9ab9b

View File

@ -8,7 +8,7 @@ use std::ffi::CStr;
use std::str::from_utf8_unchecked;
use std::ops::Deref;
use libc::{c_uint, uint32_t, int64_t};
use libc::{c_uint, uint32_t};
use ffi::*;
use ::format;
use ::Picture;