From ce09d96e2e63085bf092b1a07ca2071980d85c19 Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sun, 17 Dec 2000 04:56:28 +0000 Subject: [PATCH] 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 --- mozilla/mailnews/base/src/nsMsgAccountManager.cpp | 1 + mozilla/mailnews/base/src/nsMsgAccountManager.h | 1 - mozilla/mailnews/imap/src/MANIFEST | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/mailnews/base/src/nsMsgAccountManager.cpp b/mozilla/mailnews/base/src/nsMsgAccountManager.cpp index a72d7512cc6..f79260134bc 100644 --- a/mozilla/mailnews/base/src/nsMsgAccountManager.cpp +++ b/mozilla/mailnews/base/src/nsMsgAccountManager.cpp @@ -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 diff --git a/mozilla/mailnews/base/src/nsMsgAccountManager.h b/mozilla/mailnews/base/src/nsMsgAccountManager.h index 0aa73de8e82..d57fc835c31 100644 --- a/mozilla/mailnews/base/src/nsMsgAccountManager.h +++ b/mozilla/mailnews/base/src/nsMsgAccountManager.h @@ -37,7 +37,6 @@ #include "nsIObserver.h" #include "nsWeakReference.h" #include "nsIUrlListener.h" -#include "nsImapIncomingServer.h" class nsMsgAccountManager : public nsIMsgAccountManager, diff --git a/mozilla/mailnews/imap/src/MANIFEST b/mozilla/mailnews/imap/src/MANIFEST index 514e99d18f6..da8d997b09b 100644 --- a/mozilla/mailnews/imap/src/MANIFEST +++ b/mozilla/mailnews/imap/src/MANIFEST @@ -22,4 +22,6 @@ nsImapCore.h +# XXX Should this file really be exported? - bug 63087 +nsImapIncomingServer.h