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/news | |
parent | 713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e (diff) | |
download | uxp-a2a658f885ea5cca042709f5a53224dbe57fb478.tar.gz |
Bug 1416033 - remove some unneeded includes in mailnews
Tag #1273
Diffstat (limited to 'mailnews/news')
-rw-r--r-- | mailnews/news/src/nsNNTPProtocol.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mailnews/news/src/nsNNTPProtocol.cpp b/mailnews/news/src/nsNNTPProtocol.cpp index c6b4c799b8..7c6314d523 100644 --- a/mailnews/news/src/nsNNTPProtocol.cpp +++ b/mailnews/news/src/nsNNTPProtocol.cpp @@ -31,7 +31,6 @@ #include "mozilla/mailnews/MimeHeaderParser.h" #include "prprf.h" -#include <algorithm> /* include event sink interfaces for news */ |