Fix bustage from #includes cleanup in bug 919330, bug 919326, bug 919325, r=bustage-fix to reopen CLOSED TREE.

This commit is contained in:
Joshua Cranmer 2013-09-23 09:41:19 -05:00
Родитель 62897aa24b
Коммит 9da8202549
6 изменённых файлов: 6 добавлений и 0 удалений

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

@ -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