summaryrefslogtreecommitdiff
path: root/src/select/computed.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 10:58:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 10:58:36 +0000
commita3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d (patch)
tree59cc79b15b2217c21d41a4a4ff5de080aa1389ae /src/select/computed.c
parent8cd57dac5b019a814f3f87accc81c94728e6229f (diff)
downloadlibcss-a3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d.tar.gz
libcss-a3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d.tar.bz2
Move property dispatch table out of select.c so it can be used by the computed style composition code.
svn path=/trunk/libcss/; revision=6523
Diffstat (limited to 'src/select/computed.c')
-rw-r--r--src/select/computed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/select/computed.c b/src/select/computed.c
index bae776d..948a18b 100644
--- a/src/select/computed.c
+++ b/src/select/computed.c
@@ -9,6 +9,7 @@
#include <libcss/computed.h>
+#include "select/dispatch.h"
#include "utils/utils.h"
/**