1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00

LibMedia: Clean up #include directives

This change aims to improve the speed of incremental builds.
This commit is contained in:
Pavel Shliak 2024-11-21 02:28:24 +04:00 committed by Alexander Kalenik
parent 8d13115d9a
commit b60cb699a9
Notes: github-actions[bot] 2024-11-21 13:09:33 +00:00
15 changed files with 13 additions and 17 deletions

View file

@ -13,7 +13,6 @@
#include <AK/Time.h>
#include <LibCore/SharedCircularQueue.h>
#include <LibGfx/Bitmap.h>
#include <LibMedia/Containers/Matroska/Document.h>
#include <LibMedia/Demuxer.h>
#include <LibThreading/ConditionVariable.h>
#include <LibThreading/Mutex.h>