From b4c73751193ec6fd59a48fdf6943b7e41c2d9f7c Mon Sep 17 00:00:00 2001 From: Zaggy1024 Date: Sat, 8 Oct 2022 22:26:57 -0500 Subject: [PATCH] VideoPlayer: Remove unused #include --- Userland/Applications/VideoPlayer/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Applications/VideoPlayer/main.cpp b/Userland/Applications/VideoPlayer/main.cpp index 470e955d61..73996e67ac 100644 --- a/Userland/Applications/VideoPlayer/main.cpp +++ b/Userland/Applications/VideoPlayer/main.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include #include #include #include