mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 15:59:43 +00:00
LibWeb: Remove unused includes
No functional changes.
This commit is contained in:
parent
b3a67ee088
commit
89d21335a1
Notes:
github-actions[bot]
2024-08-09 16:02:52 +00:00
Author: https://github.com/gmta
Commit: 89d21335a1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1012
2 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue