diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-20 14:17:32 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:36:01 +0200 |
commit | 99d23484bb98d9509b15502a6275aa5245925940 (patch) | |
tree | f0f785d39f770266f88c2fdde9f961e8166395ba /dom/filesystem/GetFilesHelper.h | |
parent | 376bc050a602edab56353d3a5c3f525fb32af9c6 (diff) | |
download | UXP-99d23484bb98d9509b15502a6275aa5245925940.tar UXP-99d23484bb98d9509b15502a6275aa5245925940.tar.gz UXP-99d23484bb98d9509b15502a6275aa5245925940.tar.lz UXP-99d23484bb98d9509b15502a6275aa5245925940.tar.xz UXP-99d23484bb98d9509b15502a6275aa5245925940.zip |
Issue #80 - De-unify dom/filesystem
Diffstat (limited to 'dom/filesystem/GetFilesHelper.h')
-rw-r--r-- | dom/filesystem/GetFilesHelper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/filesystem/GetFilesHelper.h b/dom/filesystem/GetFilesHelper.h index a1bb1b27a..371c73ef2 100644 --- a/dom/filesystem/GetFilesHelper.h +++ b/dom/filesystem/GetFilesHelper.h @@ -9,9 +9,12 @@ #include "mozilla/Mutex.h" #include "mozilla/RefPtr.h" +#include "mozilla/dom/File.h" +#include "nsClassHashtable.h" #include "nsCycleCollectionTraversalCallback.h" #include "nsTArray.h" #include "nsTHashtable.h" +#include "nsThreadUtils.h" class nsIGlobalObject; |