From 41973ef1ab2935818a07b5899c1961e9c8c85214 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 26 May 2009 23:14:40 +0000 Subject: More refactoring groundwork. This actually compiles and passes the testsuite. svn path=/trunk/libcss/; revision=7556 --- src/parse/properties/properties.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/parse/properties/properties.h') 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" /** -- cgit v1.2.3