summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 12:56:50 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 12:56:50 +0100
commit47852398d54f40907ac2880f5c282ec7584c14a1 (patch)
treec073ae80c17d526d7c31374f7c6f0f2b81e6156e /include/dom
parent5bc27112c530fa5d6bab3153c79a63349a379344 (diff)
downloadlibdom-47852398d54f40907ac2880f5c282ec7584c14a1.tar.gz
libdom-47852398d54f40907ac2880f5c282ec7584c14a1.tar.bz2
Add HTMLHtmlElement to the main dom.h includes
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/dom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index 94d97ff..0ce0a23 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -38,8 +38,9 @@
#include <dom/core/comment.h>
/* DOM HTML headers */
-#include <dom/html/html_element.h>
#include <dom/html/html_document.h>
+#include <dom/html/html_element.h>
+#include <dom/html/html_html_element.h>
#include <dom/html/html_form_element.h>
/* DOM Events header */