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
commit b4c7375119
Notes: sideshowbarker 2024-07-17 06:08:51 +09:00

View file

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