Fix bustage from #includes cleanup in bug 919330, bug 919326, bug 919325, r=bustage-fix to reopen CLOSED TREE.
This commit is contained in:
Родитель
62897aa24b
Коммит
9da8202549
|
@ -11,6 +11,7 @@
|
|||
#include "nsICategoryManager.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIStreamConverterService.h"
|
||||
#include "nsIStreamListener.h"
|
||||
#include "nsNetCID.h"
|
||||
#include "nsMsgUtils.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include "nsIStreamConverterService.h"
|
||||
#include "nsNetUtil.h"
|
||||
#include "nsIFileURL.h"
|
||||
#include "nsIMIMEInfo.h"
|
||||
|
||||
// rdf
|
||||
#include "nsIRDFResource.h"
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include "nsCRTGlue.h"
|
||||
#include <ctype.h>
|
||||
#include "mozilla/Services.h"
|
||||
#include "nsIMIMEInfo.h"
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsMsgCompUtils, nsIMsgCompUtils)
|
||||
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
#include "nsIAbManager.h"
|
||||
#include "nsCRT.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include "nsISelection.h"
|
||||
|
||||
static void GetReplyHeaderInfo(int32_t* reply_header_type,
|
||||
nsString& reply_header_locale,
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#include "MailNewsTypes2.h" // for nsMsgSocketType and nsMsgAuthMethod
|
||||
#include "nsIIDNService.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include "nsINetAddr.h"
|
||||
|
||||
#ifndef XP_UNIX
|
||||
#include <stdarg.h>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include "nsISimpleEnumerator.h"
|
||||
#include "nsMsgUtils.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include "nsITreeBoxObject.h"
|
||||
|
||||
#define INVALID_VERSION 0
|
||||
#define VALID_VERSION 2
|
||||
|
|
Загрузка…
Ссылка в новой задаче