mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 845374 - Part k: Stop including nsIContent.h in nsContentUtils.h; r=khuey
This commit is contained in:
parent
9193bb4302
commit
8c29c30b58
@ -26,7 +26,6 @@
|
||||
#include "nsCharSeparatedTokenizer.h"
|
||||
#include "nsContentListDeclarations.h"
|
||||
#include "nsDataHashtable.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsIDOMEvent.h"
|
||||
#include "nsIDOMNode.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include "mozilla/dom/TreeWalker.h"
|
||||
|
||||
#include "nsIContent.h"
|
||||
#include "nsIDOMNode.h"
|
||||
#include "nsError.h"
|
||||
#include "nsINode.h"
|
||||
|
@ -87,6 +87,8 @@
|
||||
|
||||
#include "nsWebBrowserPersist.h"
|
||||
|
||||
#include "nsIContent.h"
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
// Buffer file writes in 32kb chunks
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "nsStyleContext.h"
|
||||
#include "nsStyleStruct.h"
|
||||
#include "nsIWeakReferenceUtils.h"
|
||||
#include "nsIContent.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
Loading…
Reference in New Issue
Block a user