Bug 1821815 - Remove some unused ServoStyleConstsInlines includes. r=boris

I noticed extremely long build times when touching that file and this
helps a bit.

Differential Revision: https://phabricator.services.mozilla.com/D172344
This commit is contained in:
Emilio Cobos Álvarez 2023-03-11 02:00:25 +00:00
parent edd47623df
commit 8f0d73d3ae
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#include <cstdint>
#include "gfxFontConstants.h" // for NS_FONT_KERNING_AUTO, etc
#include "gfxFontVariations.h"
#include "mozilla/ServoStyleConstsInlines.h"
#include "mozilla/ServoStyleConsts.h"
#include "mozilla/StyleColorInlines.h" // for StyleAbsoluteColor
#include "nsTArray.h" // for nsTArray

View File

@ -16,7 +16,6 @@
#include "mozilla/Attributes.h"
#include "mozilla/Likely.h"
#include "mozilla/Maybe.h"
#include "mozilla/ServoStyleConstsInlines.h"
#include "mozilla/UniquePtr.h"
#include "mozilla/WindowButtonType.h"
#include "nsColor.h"