Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Silence servo-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pearce committed Dec 19, 2017
1 parent 55d0636 commit 5ee2696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gecko-media/src/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

use bindings::NetworkResourceObject;
use bindings::{CachedRangesObserverObject, FrameAllocatorObject, GeckoImagePlane};
use bindings::{GeckoMediaByteRange, GeckoPlanarYCbCrImage, GeckoPlanarYCbCrImageData};
use bindings::{GeckoMediaMetadata, GeckoMediaTimeInterval};
use bindings::{GeckoMedia_Player_CreateBlobPlayer, GeckoMedia_Player_CreateNetworkPlayer};
use bindings::{GeckoMedia_Player_Pause, GeckoMedia_Player_Play};
use bindings::{GeckoMedia_Player_Seek, GeckoMedia_Player_SetVolume};
use bindings::NetworkResourceObject;
use bindings::{PlayerCallbackObject, RustVecU8Object};
use std::ffi::CStr;
use std::ffi::CString;
Expand Down

0 comments on commit 5ee2696

Please sign in to comment.