LibWeb: Remove unused includes from FlexFormattingContext

This commit is contained in:
Jelle Raaijmakers 2025-07-28 01:30:04 +02:00 committed by Andreas Kling
commit 5a6a1074f7
Notes: github-actions[bot] 2025-07-28 10:14:12 +00:00

View file

@ -5,11 +5,8 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "InlineFormattingContext.h"
#include <AK/QuickSort.h>
#include <AK/StdLibExtras.h>
#include <LibWeb/Layout/BlockContainer.h>
#include <LibWeb/Layout/BlockFormattingContext.h>
#include <LibWeb/Layout/Box.h>
#include <LibWeb/Layout/FlexFormattingContext.h>
#include <LibWeb/Layout/ReplacedBox.h>