summaryrefslogtreecommitdiff
path: root/src/core/element.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-24 10:16:05 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-24 10:16:05 +0000
commitdb25c5ca7fcf7542a156e523a0253dd805d03b7a (patch)
tree1012eb6794e3bb294509ab87ad1f1074088bbd66 /src/core/element.c
parent5701ddef5d0f925402311371147edbc4330d98b6 (diff)
downloadlibdom-db25c5ca7fcf7542a156e523a0253dd805d03b7a.tar.gz
libdom-db25c5ca7fcf7542a156e523a0253dd805d03b7a.tar.bz2
Don't need to include utils/hashtable.h.
svn path=/trunk/libdom/; revision=13586
Diffstat (limited to 'src/core/element.c')
-rw-r--r--src/core/element.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/element.c b/src/core/element.c
index 4d06588..f0801c9 100644
--- a/src/core/element.c
+++ b/src/core/element.c
@@ -27,7 +27,6 @@
#include "utils/validate.h"
#include "utils/namespace.h"
#include "utils/utils.h"
-#include "utils/hashtable.h"
#include "utils/list.h"
#include "events/mutation_event.h"