From fba1829970a3a47dc0ebe9c7a928638c91199efa Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Fri, 28 Apr 2023 16:15:28 -0400 Subject: [PATCH] Remove unused header --- src/stream_parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream_parser.rs b/src/stream_parser.rs index 1497cb4..bd34e3f 100644 --- a/src/stream_parser.rs +++ b/src/stream_parser.rs @@ -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 {