Bug 1416033 - remove some unneeded includes in mailnews

Tag #1273
This commit is contained in:
Matt A. Tobin 2019-11-10 20:14:13 -05:00 • committed by Roy Tam
commit 497286a00b
47 changed files with 9 additions and 69 deletions

View file

@ -12,6 +12,7 @@
#include "nsImapUrl.h"
#include "nsStringGlue.h"
#include "nsServiceManagerUtils.h"
#include <algorithm>
//////////////////// nsIMAPNamespace /////////////////////////////////////////////////////////////

View file

@ -90,9 +90,7 @@
#include "nsMsgReadStateTxn.h"
#include "nsIStringEnumerator.h"
#include "nsIMsgStatusFeedback.h"
#include "nsAlgorithm.h"
#include "nsMsgLineBuffer.h"
#include <algorithm>
#include "mozilla/Logging.h"
#include "mozilla/Attributes.h"
#include "nsStringStream.h"

View file

@ -23,9 +23,7 @@
#include "nsMsgUtils.h"
#include "nsIMutableArray.h"
#include "nsIAutoSyncManager.h"
#include "nsAlgorithm.h"
#include "nsArrayUtils.h"
#include <algorithm>
static NS_DEFINE_CID(kRDFServiceCID, NS_RDFSERVICE_CID);

View file

@ -38,7 +38,6 @@
#include "nsTextFormatter.h"
#include "nsIMsgHdr.h"
#include "nsMsgI18N.h"
#include <algorithm>
// for the memory cache...
#include "nsICacheEntry.h"
#include "nsICacheStorage.h"
@ -75,7 +74,6 @@ PRLogModuleInfo *IMAP;
#include "nsDebug.h"
#include "nsMsgCompressIStream.h"
#include "nsMsgCompressOStream.h"
#include "nsAlgorithm.h"
#include "mozilla/Logging.h"
#include "mozilla/Attributes.h"
#include "nsIPrincipal.h"

View file

@ -28,9 +28,7 @@
#include "nsMsgUtils.h"
#include "nsIMsgHdr.h"
#include "nsIProgressEventSink.h"
#include "nsAlgorithm.h"
#include "nsServiceManagerUtils.h"
#include <algorithm>
using namespace mozilla;