From 99d23484bb98d9509b15502a6275aa5245925940 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 20 Apr 2020 14:17:32 +0200 Subject: Issue #80 - De-unify dom/filesystem --- dom/filesystem/GetFilesHelper.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dom/filesystem/GetFilesHelper.cpp') diff --git a/dom/filesystem/GetFilesHelper.cpp b/dom/filesystem/GetFilesHelper.cpp index 21d228a60..c4cbe7f14 100644 --- a/dom/filesystem/GetFilesHelper.cpp +++ b/dom/filesystem/GetFilesHelper.cpp @@ -5,8 +5,16 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "GetFilesHelper.h" +#include "FileSystemUtils.h" #include "mozilla/dom/ContentChild.h" #include "mozilla/dom/ContentParent.h" +#include "mozilla/dom/Directory.h" +#include "mozilla/dom/Promise.h" +#include "mozilla/dom/UnionTypes.h" +#include "mozilla/dom/ipc/BlobParent.h" +#include "nsContentUtils.h" +#include "nsNetCID.h" +#include "nsISimpleEnumerator.h" #include "nsProxyRelease.h" namespace mozilla { -- cgit v1.2.3