Bug 1540990 - Get rid of unnecessary nsIPresShell.h inclusions r=emilio

A lot of files include `nsIPresShell.h` even though currently they don't
need it.  This patch removes the unnecessary inclusions.

Differential Revision: https://phabricator.services.mozilla.com/D25744
This commit is contained in:
Masayuki Nakano
2019-04-03 23:29:38 +00:00
parent e27877585b
commit 0fd36d1719
41 changed files with 2 additions and 45 deletions

View File

@@ -13,7 +13,6 @@
#include "nsGkAtoms.h"
#include "nsStyleConsts.h"
#include "nsPresContext.h"
#include "nsIPresShell.h"
#include "mozilla/dom/Document.h"
#include "DocumentInlines.h"
#include "nsHTMLStyleSheet.h"