mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
parent
8ccc206d44
commit
497286a00b
47 changed files with 9 additions and 69 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include "nsImapUrl.h"
|
||||
#include "nsStringGlue.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
#include <algorithm>
|
||||
|
||||
//////////////////// nsIMAPNamespace /////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -28,9 +28,7 @@
|
|||
#include "nsMsgUtils.h"
|
||||
#include "nsIMsgHdr.h"
|
||||
#include "nsIProgressEventSink.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue