Separate RuleProcessorData and derived structs into their own header file to reduce include dependencies. (Bug 435441) r=bzbarsky

This commit is contained in:
L. David Baron
2009-08-01 08:53:40 -07:00
parent a2b7b61306
commit 53dc5ba228
14 changed files with 235 additions and 169 deletions

View File

@@ -134,6 +134,7 @@
#include "nsXBLInsertionPoint.h"
#include "nsICSSStyleRule.h" /* For nsCSSSelectorList */
#include "nsCSSRuleProcessor.h"
#include "nsRuleProcessorData.h"
#ifdef MOZ_XUL
#include "nsIXULDocument.h"