summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Giesecke <sgiesecke@mozilla.com>2022-05-27 16:13:25 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-05-27 16:13:55 -0500
commitf61dc2fba06f86de5313d0a15b54251441cc6675 (patch)
tree50dbd2f01158dd375d07d981b0f7d2471da847f8
parentd5b9a341b8fc83017590d4a435bee27c5a106c66 (diff)
downloadaura-central-f61dc2fba06f86de5313d0a15b54251441cc6675.tar.gz
Bug 1679987 - Removed 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 ed9cb542d..6a6b4faaf 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 5bc97259b..bad68f758 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 f094549c7..fc7944e66 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 e2d72b112..1ae8d5aca 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