summaryrefslogtreecommitdiff
path: root/src/core/document.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-28 20:41:41 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-28 20:41:41 +0000
commitbb9a9029b6ec4f26ee31f4879cde52d58dcb49c0 (patch)
tree08ff52e60d85dd31ef7f22c5792cf7794eeb8736 /src/core/document.c
parent5b357e92a1cf9c515ec73e7bb6a4ff396aca6cf5 (diff)
downloadlibdom-bb9a9029b6ec4f26ee31f4879cde52d58dcb49c0.tar.gz
libdom-bb9a9029b6ec4f26ee31f4879cde52d58dcb49c0.tar.bz2
Finalisation and destruction of nodes
svn path=/trunk/dom/; revision=3467
Diffstat (limited to 'src/core/document.c')
-rw-r--r--src/core/document.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/document.c b/src/core/document.c
index 0495f59..ff9e5ec 100644
--- a/src/core/document.c
+++ b/src/core/document.c
@@ -15,7 +15,6 @@
#include "core/attr.h"
#include "core/cdatasection.h"
-#include "core/characterdata.h"
#include "core/comment.h"
#include "core/document.h"
#include "core/doc_fragment.h"