fix for bug 101887 - make transformiix no longer depend on appshell by removing an unneeded #include and CID declaration

patch=jonsmirl@mediaone.net
sr=alecf
r=peterv
a=asa
This commit is contained in:
alecf%netscape.com 2002-03-16 05:34:49 +00:00
parent f9de1f9460
commit 022cb413be
2 changed files with 0 additions and 4 deletions

View File

@ -38,7 +38,6 @@
* ***** END LICENSE BLOCK ***** */
#include "nsSyncLoader.h"
#include "nsAppShellCIDs.h"
#include "nsIDocument.h"
#include "nsIDOMDocument.h"
#include "nsIDOMElement.h"
@ -54,7 +53,6 @@ static const char* kLoadAsData = "loadAsData";
static NS_DEFINE_CID(kIDOMDOMImplementationCID, NS_DOM_IMPLEMENTATION_CID);
static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID);
static NS_DEFINE_CID(kAppShellServiceCID, NS_APPSHELL_SERVICE_CID);
/*
* This class exists to prevent a circular reference between

View File

@ -38,7 +38,6 @@
* ***** END LICENSE BLOCK ***** */
#include "nsSyncLoader.h"
#include "nsAppShellCIDs.h"
#include "nsIDocument.h"
#include "nsIDOMDocument.h"
#include "nsIDOMElement.h"
@ -54,7 +53,6 @@ static const char* kLoadAsData = "loadAsData";
static NS_DEFINE_CID(kIDOMDOMImplementationCID, NS_DOM_IMPLEMENTATION_CID);
static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID);
static NS_DEFINE_CID(kAppShellServiceCID, NS_APPSHELL_SERVICE_CID);
/*
* This class exists to prevent a circular reference between