summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:14:40 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:14:40 +0000
commit41973ef1ab2935818a07b5899c1961e9c8c85214 (patch)
tree4c787ed51e8d3b7d00f11c61e2274c267c8a1981 /src/parse/properties/properties.h
parent83146f43df1f1330c10cedad4e97e90c7f2c1243 (diff)
downloadlibcss-41973ef1ab2935818a07b5899c1961e9c8c85214.tar.gz
libcss-41973ef1ab2935818a07b5899c1961e9c8c85214.tar.bz2
More refactoring groundwork. This actually compiles and passes the testsuite.
svn path=/trunk/libcss/; revision=7556
Diffstat (limited to 'src/parse/properties/properties.h')
-rw-r--r--src/parse/properties/properties.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/properties/properties.h b/src/parse/properties/properties.h
index 425f2e0..496d3dc 100644
--- a/src/parse/properties/properties.h
+++ b/src/parse/properties/properties.h
@@ -8,6 +8,9 @@
#ifndef css_parse_properties_properties_h_
#define css_parse_properties_properties_h_
+#include "stylesheet.h"
+#include "lex/lex.h"
+#include "parse/language.h"
#include "parse/propstrings.h"
/**