mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
LibMedia: Remove unused includes from VideoSampleData.h
(cherry picked from commit 291c1c3bd0af42e9c94dba4e7f256ba2c2d7a6b8)
This commit is contained in:
parent
55173b7b08
commit
9592f8766f
1 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue