Fix bustage caused by naving%netscape.com in checkin to fix bug 43411. Filed bug 63087 on inter-module dependencies caused by this fix (which are the cause of the bustage).

git-svn-id: svn://10.0.0.236/trunk@83779 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2000-12-17 04:56:28 +00:00
parent f14eade288
commit ce09d96e2e
3 changed files with 3 additions and 1 deletions

View File

@@ -59,6 +59,7 @@
#include "nsMsgFolderFlags.h"
#include "nsIRDFService.h"
#include "nsRDFCID.h"
#include "nsImapIncomingServer.h" // XXX Should this be here? - bug 63087
#if defined(DEBUG_alecf_) || defined(DEBUG_sspitzer_) || defined(DEBUG_seth_)
#define DEBUG_ACCOUNTMANAGER 1

View File

@@ -37,7 +37,6 @@
#include "nsIObserver.h"
#include "nsWeakReference.h"
#include "nsIUrlListener.h"
#include "nsImapIncomingServer.h"
class nsMsgAccountManager
: public nsIMsgAccountManager,

View File

@@ -22,4 +22,6 @@
nsImapCore.h
# XXX Should this file really be exported? - bug 63087
nsImapIncomingServer.h