Bug 845374 - Part k: Stop including nsIContent.h in nsContentUtils.h; r=khuey

This commit is contained in:
Ms2ger 2013-03-17 08:55:15 +01:00
parent 30583e01b5
commit b23eb4bedb
4 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -10,6 +10,7 @@
#include "mozilla/dom/TreeWalker.h"
#include "nsIContent.h"
#include "nsIDOMNode.h"
#include "nsError.h"
#include "nsINode.h"

View File

@ -87,6 +87,8 @@
#include "nsWebBrowserPersist.h"
#include "nsIContent.h"
using namespace mozilla;
// Buffer file writes in 32kb chunks

View File

@ -17,6 +17,7 @@
#include "nsStyleContext.h"
#include "nsStyleStruct.h"
#include "nsIWeakReferenceUtils.h"
#include "nsIContent.h"
namespace mozilla {
namespace dom {