summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-04-26 15:02:32 +0000
committerMoonchild <moonchild@palemoon.org>2022-05-17 19:42:24 +0000
commit51117c2b62ff7cef626addb6416336f76d54d97e (patch)
tree1498483b50f789afcbb0e8afe70a3ef85f060c4d
parent991b053042476ada227ecca95658f8aebaed5cb3 (diff)
downloaduxp-51117c2b62ff7cef626addb6416336f76d54d97e.tar.gz
Bug 1679987 - Remove unused includes of nsCharSeparatedTokenizer.h.
-rw-r--r--dom/fetch/Fetch.cpp1
-rw-r--r--dom/filesystem/Directory.cpp1
-rw-r--r--dom/filesystem/FileSystemBase.cpp1
-rw-r--r--dom/media/MediaRecorder.cpp1
4 files changed, 0 insertions, 4 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"
diff --git a/dom/filesystem/Directory.cpp b/dom/filesystem/Directory.cpp
index 5bc97259b0..bad68f7586 100644
--- a/dom/filesystem/Directory.cpp
+++ b/dom/filesystem/Directory.cpp
@@ -9,7 +9,6 @@
#include "GetFilesTask.h"
#include "WorkerPrivate.h"
-#include "nsCharSeparatedTokenizer.h"
#include "nsString.h"
#include "mozilla/dom/DirectoryBinding.h"
#include "mozilla/dom/FileSystemBase.h"
diff --git a/dom/filesystem/FileSystemBase.cpp b/dom/filesystem/FileSystemBase.cpp
index f094549c7c..fc7944e662 100644
--- a/dom/filesystem/FileSystemBase.cpp
+++ b/dom/filesystem/FileSystemBase.cpp
@@ -5,7 +5,6 @@
#include "mozilla/dom/FileSystemBase.h"
-#include "nsCharSeparatedTokenizer.h"
#include "FileSystemUtils.h"
#include "OSFileSystem.h"
diff --git a/dom/media/MediaRecorder.cpp b/dom/media/MediaRecorder.cpp
index e2d72b112e..1ae8d5acad 100644
--- a/dom/media/MediaRecorder.cpp
+++ b/dom/media/MediaRecorder.cpp
@@ -31,7 +31,6 @@
#include "nsTArray.h"
#include "GeckoProfiler.h"
#include "nsContentTypeParser.h"
-#include "nsCharSeparatedTokenizer.h"
#ifdef LOG
#undef LOG