LibWeb: Remove unused includes

No functional changes.
This commit is contained in:
Jelle Raaijmakers 2024-08-08 17:03:51 +02:00 committed by Sam Atkins
commit 89d21335a1
Notes: github-actions[bot] 2024-08-09 16:02:52 +00:00
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@
*/ */
#include "InlineFormattingContext.h" #include "InlineFormattingContext.h"
#include <AK/Function.h>
#include <AK/QuickSort.h> #include <AK/QuickSort.h>
#include <AK/StdLibExtras.h> #include <AK/StdLibExtras.h>
#include <LibWeb/Layout/BlockContainer.h> #include <LibWeb/Layout/BlockContainer.h>

View file

@ -6,7 +6,6 @@
#include <LibWeb/HTML/BrowsingContext.h> #include <LibWeb/HTML/BrowsingContext.h>
#include <LibWeb/HTML/DecodedImageData.h> #include <LibWeb/HTML/DecodedImageData.h>
#include <LibWeb/HTML/ImageRequest.h>
#include <LibWeb/Layout/ImageBox.h> #include <LibWeb/Layout/ImageBox.h>
#include <LibWeb/Layout/ImageProvider.h> #include <LibWeb/Layout/ImageProvider.h>
#include <LibWeb/Painting/ImagePaintable.h> #include <LibWeb/Painting/ImagePaintable.h>