Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.

git-svn-id: svn://10.0.0.236/trunk@192794 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2006-03-22 18:36:36 +00:00
parent 29402e7535
commit 1de3fc0366
47 changed files with 464 additions and 391 deletions

View File

@@ -183,6 +183,7 @@ static NS_DEFINE_CID(kDOMScriptObjectFactoryCID,
#include "plevent.h"
#include "nsGUIEvent.h"
#include "nsEventQueueUtils.h"
#include "nsContentErrors.h"
// Number of documents currently loading
static PRInt32 gNumberOfDocumentsLoading = 0;