summaryrefslogtreecommitdiff
path: root/src/select/select.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-07 01:40:12 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-07 01:40:12 +0000
commit9ed557ba18facc04fd9d9b35a5dac15844f161c3 (patch)
tree5b86c13a3fbe303000c4bcfb287af42fc8d8d291 /src/select/select.c
parent86263d609fbc16711b997eb4ae115020d1892f41 (diff)
downloadlibcss-9ed557ba18facc04fd9d9b35a5dac15844f161c3.tar.gz
libcss-9ed557ba18facc04fd9d9b35a5dac15844f161c3.tar.bz2
Mutators for computed style
svn path=/trunk/libcss/; revision=6388
Diffstat (limited to 'src/select/select.c')
-rw-r--r--src/select/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/select.c b/src/select/select.c
index 0a87d84..68c3279 100644
--- a/src/select/select.c
+++ b/src/select/select.c
@@ -7,11 +7,11 @@
#include <string.h>
-#include <libcss/computed.h>
#include <libcss/select.h>
#include "stylesheet.h"
#include "select/hash.h"
+#include "select/propset.h"
#include "utils/utils.h"
/**