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

@ -71,7 +71,6 @@
#include "nsIMsgFilterList.h"
#include "nsDirectoryServiceUtils.h"
#include "mozilla/Services.h"
#include <algorithm>
#include "nsIFileStreams.h"
#include "nsIOutputStream.h"
#include "nsISafeOutputStream.h"

View file

@ -17,7 +17,6 @@
#include "nsServiceManagerUtils.h"
#include "nsMsgUtils.h"
#include "mozilla/Services.h"
#include <algorithm>
#define PREF_BIFF_JITTER "mail.biff.add_interval_jitter"

View file

@ -43,7 +43,6 @@
#include "nsServiceManagerUtils.h"
#include "nsComponentManagerUtils.h"
#include "nsMemory.h"
#include "nsAlgorithm.h"
#include "nsIAbManager.h"
#include "nsIAbDirectory.h"
#include "nsIAbCard.h"
@ -51,7 +50,6 @@
#include "mozilla/Attributes.h"
#include "mozilla/mailnews/MimeHeaderParser.h"
#include "nsTArray.h"
#include <algorithm>
using namespace mozilla::mailnews;
nsrefcnt nsMsgDBView::gInstanceCount = 0;

View file

@ -33,7 +33,6 @@
#include "nsIMsgFolderNotificationService.h"
#include "nsIMsgPluggableStore.h"
#include "nsMsgFolderCompactor.h"
#include <algorithm>
#include "nsIOutputStream.h"
#include "nsIInputStream.h"
#include "nsPrintfCString.h"