LibMedia: Remove unused includes from VideoSampleData.h

This commit is contained in:
Zaggy1024 2024-06-20 23:11:54 -05:00 committed by Andrew Kaster
parent 71e099c79a
commit 291c1c3bd0
Notes: sideshowbarker 2024-07-17 09:37:30 +09:00

View file

@ -6,10 +6,7 @@
#pragma once
#include <AK/ByteBuffer.h>
#include <AK/Time.h>
#include <LibMedia/Color/CodingIndependentCodePoints.h>
#include <LibMedia/Sample.h>
namespace Media::Video {