Bug 1439882 - Removes several redundant #include directives in layout files r=dholbert

Some included headers for source code in layout directory are left unused. This
patch merely removes these redundant headers. All of these headers are still
found in use for other code, so all of them and their related cpp files are kept
still.

MozReview-Commit-ID: KCleuWyOV8Z
This commit is contained in:
Zhang Junzhi
2018-03-02 04:12:39 +08:00
parent 9484b98b07
commit cf45ee922a
3 changed files with 0 additions and 7 deletions

View File

@@ -23,10 +23,7 @@
#include "nsHTMLParts.h"
#include "nsGkAtoms.h"
#include "nsIPresShell.h"
#include "nsCOMPtr.h"
#include "nsIServiceManager.h"
#include "nsIDOMNode.h"
#include "nsNameSpaceManager.h"
#include "nsDisplayList.h"
#include "nsLayoutUtils.h"
#include "nsTextFrame.h"