Bug 1323153 - Not include ElementInlines in headers. r=smaug

MozReview-Commit-ID: Gusow6LTiJI

--HG--
extra : rebase_source : 89f6c2b02dda7d216dfe6ff4ed27e8d70cd064f3
This commit is contained in:
Xidorn Quan 2016-12-13 18:11:04 +11:00
parent 12cb9f331a
commit 92e0c75164
5 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
#include "mozilla/dom/BindingDeclarations.h"
#include "mozilla/dom/DOMRect.h"
#include "mozilla/dom/ValidityState.h"
#include "mozilla/dom/ElementInlines.h"
#include "mozilla/dom/Element.h"
class nsDOMTokenList;
class nsIDOMHTMLMenuElement;

View File

@ -8,7 +8,7 @@
#define nsMathMLElement_h
#include "mozilla/Attributes.h"
#include "mozilla/dom/ElementInlines.h"
#include "mozilla/dom/Element.h"
#include "nsMappedAttributeElement.h"
#include "nsIDOMElement.h"
#include "Link.h"

View File

@ -20,7 +20,7 @@
#include "nsCycleCollectionParticipant.h"
#include "nsError.h"
#include "mozilla/dom/DOMRect.h"
#include "mozilla/dom/ElementInlines.h"
#include "mozilla/dom/Element.h"
#include "nsISupportsImpl.h"
#include "nsStyledElement.h"
#include "nsSVGClass.h"

View File

@ -9,7 +9,7 @@
#include "mozilla/Attributes.h"
#include "nsIDOMElement.h"
#include "mozilla/dom/ElementInlines.h"
#include "mozilla/dom/Element.h"
#include "mozilla/dom/DOMRect.h"
class nsXMLElement : public mozilla::dom::Element,

View File

@ -33,7 +33,7 @@
#include "nsIFrameLoader.h"
#include "nsFrameLoader.h"
#include "mozilla/dom/DOMRect.h"
#include "mozilla/dom/ElementInlines.h"
#include "mozilla/dom/Element.h"
class nsIDocument;
class nsString;