1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:58:11 +00:00

VideoPlayer: Remove unused #include <LibAudio/ConnectionToServer.h>

This commit is contained in:
Zaggy1024 2022-10-08 22:26:57 -05:00 committed by Andrew Kaster
parent dc71e1e264
commit b4c7375119

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibAudio/ConnectionToServer.h>
#include <LibGUI/Application.h>
#include <LibGUI/BoxLayout.h>
#include <LibGUI/ImageWidget.h>