trivial code cleanup, just removed webshell includes from files where they are not used.

This commit is contained in:
buster%netscape.com 1999-12-01 22:25:01 +00:00
Родитель e984be5dbd
Коммит b3ed19480f
4 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -41,7 +41,6 @@
#include "nsMsgUtils.h"
#include "nsIMsgMailSession.h"
#include "nsImapMessage.h"
#include "nsIWebShell.h"
#include "nsMsgBaseCID.h"
#include "nsMsgLocalCID.h"
#include "nsImapUndoTxn.h"

Просмотреть файл

@ -42,7 +42,6 @@
#include "nsImapServerResponseParser.h"
#include "nspr.h"
#include "plbase64.h"
#include "nsIWebShell.h"
#include "nsIImapService.h"
#include "nsISocketTransportService.h"
#include "nsNetUtil.h"
@ -68,7 +67,6 @@ const char *kImapTrashFolderName = "Trash"; // **** needs to be localized ****
static NS_DEFINE_CID(kIOServiceCID, NS_IOSERVICE_CID);
static NS_DEFINE_CID(kSocketTransportServiceCID, NS_SOCKETTRANSPORTSERVICE_CID);
static NS_DEFINE_IID(kIWebShell, NS_IWEB_SHELL_IID);
static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID);
static NS_DEFINE_CID(kCImapService, NS_IMAPSERVICE_CID);
static NS_DEFINE_CID(kCharsetConverterManagerCID, NS_ICHARSETCONVERTERMANAGER_CID);

Просмотреть файл

@ -44,7 +44,6 @@
#include "nsFileStream.h"
PRLogModuleInfo *MAILBOX;
static NS_DEFINE_IID(kIWebShell, NS_IWEB_SHELL_IID);
static NS_DEFINE_CID(kCMailDB, NS_MAILDB_CID);

Просмотреть файл

@ -35,10 +35,6 @@
#include "nsIPipe.h"
#include "nsCOMPtr.h"
// mscott: this is a short term hack for the demo...we should be able to remove this webshell
// dependency at a later date....
#include "nsIWebShell.h"
#include "nsMsgBaseCID.h"
#include "nsMsgNewsCID.h"
@ -136,7 +132,6 @@ char * NET_SACat (char **destination, const char *source);
}
static NS_DEFINE_IID(kIWebShell, NS_IWEB_SHELL_IID);
static NS_DEFINE_CID(kPrefServiceCID, NS_PREF_CID);
static NS_DEFINE_CID(kCHeaderParserCID, NS_MSGHEADERPARSER_CID);
static NS_DEFINE_CID(kNNTPArticleListCID, NS_NNTPARTICLELIST_CID);