Bug 845374 - Part e: Stop including nsContentList.h in nsContentUtils.h; r=khuey

This commit is contained in:
Ms2ger 2013-03-17 08:55:11 +01:00
Родитель 60df22ddd0
Коммит cdf1357b9f
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@
#include "mozilla/TimeStamp.h"
#include "nsAString.h"
#include "nsCharSeparatedTokenizer.h"
#include "nsContentList.h"
#include "nsContentListDeclarations.h"
#include "nsContentSink.h"
#include "nsDataHashtable.h"
#include "nsIContent.h"

Просмотреть файл

@ -5,6 +5,7 @@
#include "mozilla/dom/HTMLFieldSetElement.h"
#include "mozilla/dom/HTMLFieldSetElementBinding.h"
#include "nsContentList.h"
#include "nsEventDispatcher.h"
NS_IMPL_NS_NEW_HTML_ELEMENT(FieldSet)

Просмотреть файл

@ -58,6 +58,7 @@
#include "nsIDOMProcessingInstruction.h"
#include "nsIDOMHTMLAnchorElement.h"
#include "nsIDOMHTMLAreaElement.h"
#include "nsIDOMHTMLCollection.h"
#include "nsIDOMHTMLImageElement.h"
#include "nsIDOMHTMLScriptElement.h"
#include "nsIDOMHTMLLinkElement.h"