diff options
author | Moonchild <moonchild@palemoon.org> | 2022-04-26 15:02:32 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-05-17 19:42:24 +0000 |
commit | 51117c2b62ff7cef626addb6416336f76d54d97e (patch) | |
tree | 1498483b50f789afcbb0e8afe70a3ef85f060c4d /dom/fetch | |
parent | 991b053042476ada227ecca95658f8aebaed5cb3 (diff) | |
download | uxp-51117c2b62ff7cef626addb6416336f76d54d97e.tar.gz |
Bug 1679987 - Remove unused includes of nsCharSeparatedTokenizer.h.
Diffstat (limited to 'dom/fetch')
-rw-r--r-- | dom/fetch/Fetch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/fetch/Fetch.cpp b/dom/fetch/Fetch.cpp index ed9cb542d4..6a6b4faaf8 100644 --- a/dom/fetch/Fetch.cpp +++ b/dom/fetch/Fetch.cpp @@ -13,7 +13,6 @@ #include "nsIUnicodeDecoder.h" #include "nsIUnicodeEncoder.h" -#include "nsCharSeparatedTokenizer.h" #include "nsDOMString.h" #include "nsNetUtil.h" #include "nsReadableUtils.h" |