summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/dom.h')
-rw-r--r--include/dom/dom.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index 94d97ff..05ce3e6 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -38,8 +38,14 @@
#include <dom/core/comment.h>
/* DOM HTML headers */
-#include <dom/html/html_element.h>
+#include <dom/html/html_collection.h>
#include <dom/html/html_document.h>
+#include <dom/html/html_element.h>
+#include <dom/html/html_html_element.h>
+#include <dom/html/html_head_element.h>
+#include <dom/html/html_link_element.h>
+#include <dom/html/html_title_element.h>
+#include <dom/html/html_meta_element.h>
#include <dom/html/html_form_element.h>
/* DOM Events header */