Skip to content

Commit

Permalink
Remove unneeded header includes in RenderGrid
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=261587

Reviewed by Sammy Gill.

Several headers were no longer in use in RenderGrid.cpp.
Removing them.

* Source/WebCore/rendering/RenderGrid.cpp:

Canonical link: https://commits.webkit.org/268013@main
  • Loading branch information
stwrt committed Sep 15, 2023
1 parent 47fbfbc commit 3ed444b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/WebCore/rendering/RenderGrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@
#include "GridPositionsResolver.h"
#include "GridTrackSizingAlgorithm.h"
#include "LayoutRepainter.h"
#include "RenderBoxInlines.h"
#include "RenderChildIterator.h"
#include "RenderElementInlines.h"
#include "RenderLayer.h"
#include "RenderLayoutState.h"
#include "RenderTreeBuilder.h"
#include "RenderView.h"
#include <cstdlib>
#include <wtf/IsoMallocInlines.h>

namespace WebCore {
Expand Down

0 comments on commit 3ed444b

Please sign in to comment.