remove dependency on xmlextras and dom introduced by initial rss support, fix build bustage for those who don't build xmlextras but build mailnews 225158 r/sr=sspitzer

This commit is contained in:
bienvenu%nventure.com 2004-06-17 14:39:52 +00:00
parent 7869201f49
commit 14ef8b2968
2 changed files with 0 additions and 7 deletions

View File

@ -64,8 +64,6 @@ REQUIRES = xpcom \
docshell \
msgimap \
nkcache \
xmlextras \
dom \
$(NULL)
CPPSRCS = \

View File

@ -41,8 +41,6 @@
#include "nsILocalMailIncomingServer.h"
#include "nsMsgIncomingServer.h"
#include "nsIXMLHttpRequest.h"
#include "nsIDOMEventListener.h"
class nsRssIncomingServer : public nsMsgIncomingServer,
public nsIRssIncomingServer,
@ -59,9 +57,6 @@ public:
nsRssIncomingServer();
virtual ~nsRssIncomingServer();
private:
nsresult Load(const char *aURI);
nsCOMPtr<nsIXMLHttpRequest> mXMLHttpRequest;
};
#endif /* __nsRssIncomingServer_h */