Bug 1888702 Part 1 - Remove unused #includes and forward declarations for flex container frame. r=layout-reviewers,tnikkel

Remove the forward declarations because we use `mozilla::` prefix in the header.

Differential Revision: https://phabricator.services.mozilla.com/D206149
This commit is contained in:
Ting-Yu Lin
2024-03-29 23:16:46 +00:00
parent 5965f7e78b
commit a299dff332
2 changed files with 0 additions and 8 deletions

View File

@@ -14,14 +14,12 @@
#include "mozilla/Baseline.h"
#include "mozilla/ComputedStyle.h"
#include "mozilla/CSSOrderAwareFrameIterator.h"
#include "mozilla/FloatingPoint.h"
#include "mozilla/Logging.h"
#include "mozilla/PresShell.h"
#include "mozilla/StaticPrefs_layout.h"
#include "mozilla/WritingModes.h"
#include "nsBlockFrame.h"
#include "nsContentUtils.h"
#include "nsCSSAnonBoxes.h"
#include "nsDebug.h"
#include "nsDisplayList.h"
#include "nsFieldSetFrame.h"