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

@ -5,7 +5,6 @@
#include "nsMsgCompressIStream.h"
#include "prio.h"
#include "prmem.h"
#include "nsAlgorithm.h"
#include <algorithm>
#define BUFFER_SIZE 16384

View file

@ -63,7 +63,6 @@
#include "nsIPK11TokenDB.h"
#include "nsIPK11Token.h"
#include "nsMsgLocalFolderHdrs.h"
#include <algorithm>
#define oneHour 3600000000U
#include "nsMsgUtils.h"
#include "nsIMsgFilterService.h"

View file

@ -7,10 +7,8 @@
#include "prlog.h"
#include "prmem.h"
#include "nsMsgLineBuffer.h"
#include "nsAlgorithm.h"
#include "nsMsgUtils.h"
#include "nsIInputStream.h" // used by nsMsgLineStreamBuffer
#include <algorithm>
nsByteArray::nsByteArray()
{

View file

@ -25,7 +25,6 @@
#include <time.h>
#include "nsMsgUtils.h"
#include "mozilla/Services.h"
#include <algorithm>
#include "nsProxyRelease.h"
#include "mozilla/BasePrincipal.h"

View file

@ -36,9 +36,7 @@
#include "nsIMsgIncomingServer.h"
#include "nsIInputStreamPump.h"
#include "nsMimeTypes.h"
#include "nsAlgorithm.h"
#include "mozilla/Services.h"
#include <algorithm>
#include "nsContentSecurityManager.h"
#undef PostMessage // avoid to collision with WinUser.h