Bug 923151 - Part 2: Don't #include nsIDocument.h in mozilla/dom/Element.h; r=jst

This commit is contained in:
Ehsan Akhgari
2013-10-02 16:09:18 -04:00
parent 7e1d51c122
commit fe4005d016
34 changed files with 103 additions and 37 deletions

View File

@@ -15,6 +15,7 @@
#include "nsRuleData.h"
#include "nsStyleSet.h"
#include "nsStyleContext.h"
#include "nsIDocument.h"
namespace css = mozilla::css;