Issue #80 - De-unify dom/html

This commit is contained in:
wolfbeast 2020-04-21 14:58:19 +02:00 committed by Roy Tam
commit 9b1967f0c3
9 changed files with 12 additions and 6 deletions

View file

@ -8,6 +8,7 @@
* Implementation of HTML <label> elements.
*/
#include "HTMLLabelElement.h"
#include "HTMLFormElement.h"
#include "mozilla/EventDispatcher.h"
#include "mozilla/MouseEvents.h"
#include "mozilla/dom/HTMLLabelElementBinding.h"