Remove unused header

This commit is contained in:
Tangent Wantwight 2023-04-28 16:15:28 -04:00
parent fc3724683a
commit fba1829970
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use futures::{
};
use std::task::{Context, Poll};
use crate::ebml::{EbmlLayout, FromEbml};
use crate::ebml::FromEbml;
use crate::error::WebmetroError;
pub struct EbmlStreamingParser<S> {