зеркало из https://github.com/mozilla/gecko-dev.git
Bug 845374 - Part k: Stop including nsIContent.h in nsContentUtils.h; r=khuey
This commit is contained in:
Родитель
30583e01b5
Коммит
b23eb4bedb
|
@ -26,7 +26,6 @@
|
||||||
#include "nsCharSeparatedTokenizer.h"
|
#include "nsCharSeparatedTokenizer.h"
|
||||||
#include "nsContentListDeclarations.h"
|
#include "nsContentListDeclarations.h"
|
||||||
#include "nsDataHashtable.h"
|
#include "nsDataHashtable.h"
|
||||||
#include "nsIContent.h"
|
|
||||||
#include "nsIDocument.h"
|
#include "nsIDocument.h"
|
||||||
#include "nsIDOMEvent.h"
|
#include "nsIDOMEvent.h"
|
||||||
#include "nsIDOMNode.h"
|
#include "nsIDOMNode.h"
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
#include "mozilla/dom/TreeWalker.h"
|
#include "mozilla/dom/TreeWalker.h"
|
||||||
|
|
||||||
|
#include "nsIContent.h"
|
||||||
#include "nsIDOMNode.h"
|
#include "nsIDOMNode.h"
|
||||||
#include "nsError.h"
|
#include "nsError.h"
|
||||||
#include "nsINode.h"
|
#include "nsINode.h"
|
||||||
|
|
|
@ -87,6 +87,8 @@
|
||||||
|
|
||||||
#include "nsWebBrowserPersist.h"
|
#include "nsWebBrowserPersist.h"
|
||||||
|
|
||||||
|
#include "nsIContent.h"
|
||||||
|
|
||||||
using namespace mozilla;
|
using namespace mozilla;
|
||||||
|
|
||||||
// Buffer file writes in 32kb chunks
|
// Buffer file writes in 32kb chunks
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#include "nsStyleContext.h"
|
#include "nsStyleContext.h"
|
||||||
#include "nsStyleStruct.h"
|
#include "nsStyleStruct.h"
|
||||||
#include "nsIWeakReferenceUtils.h"
|
#include "nsIWeakReferenceUtils.h"
|
||||||
|
#include "nsIContent.h"
|
||||||
|
|
||||||
namespace mozilla {
|
namespace mozilla {
|
||||||
namespace dom {
|
namespace dom {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче