Bug 1652942 - Remove unnecessary includes from Element.h. r=smaug

Depends on D83114

Differential Revision: https://phabricator.services.mozilla.com/D83632
This commit is contained in:
Simon Giesecke
2020-07-15 14:09:01 +00:00
parent 384d2f6e72
commit 919e67d9ed
10 changed files with 14 additions and 11 deletions

View File

@@ -12,6 +12,7 @@
#include "mozilla/DebugOnly.h"
#include "mozilla/dom/Directory.h"
#include "mozilla/dom/DocumentOrShadowRoot.h"
#include "mozilla/dom/ElementBinding.h"
#include "mozilla/dom/FileSystemUtils.h"
#include "mozilla/dom/GetFilesHelper.h"
#include "mozilla/dom/HTMLFormSubmission.h"