diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-10 20:14:13 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-10 20:14:13 -0500 |
commit | a2a658f885ea5cca042709f5a53224dbe57fb478 (patch) | |
tree | 014221ae0a8cc6e9b81d4f8ecc48da984e6aedc6 /mailnews/import/text/src/nsTextAddress.cpp | |
parent | 713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e (diff) | |
download | UXP-a2a658f885ea5cca042709f5a53224dbe57fb478.tar UXP-a2a658f885ea5cca042709f5a53224dbe57fb478.tar.gz UXP-a2a658f885ea5cca042709f5a53224dbe57fb478.tar.lz UXP-a2a658f885ea5cca042709f5a53224dbe57fb478.tar.xz UXP-a2a658f885ea5cca042709f5a53224dbe57fb478.zip |
Bug 1416033 - remove some unneeded includes in mailnews
Tag #1273
Diffstat (limited to 'mailnews/import/text/src/nsTextAddress.cpp')
-rw-r--r-- | mailnews/import/text/src/nsTextAddress.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mailnews/import/text/src/nsTextAddress.cpp b/mailnews/import/text/src/nsTextAddress.cpp index 6b0b82ed1..8a22498d2 100644 --- a/mailnews/import/text/src/nsTextAddress.cpp +++ b/mailnews/import/text/src/nsTextAddress.cpp @@ -21,7 +21,6 @@ #include "TextDebugLog.h" #include "plstr.h" #include "msgCore.h" -#include <algorithm> #ifndef MOZILLA_INTERNAL_API #include "nsMsgI18N.h" |