Bug 587875 - Build bustage: nsRefreshDriver.h is included by files not included when SMIL is disabled. r=jst@mozilla.org, a=buildbustage

This commit is contained in:
Mounir Lamouri 2010-08-17 02:08:35 +02:00
parent a872b75d02
commit 75d39992a0
4 changed files with 8 additions and 0 deletions

View File

@ -192,6 +192,8 @@ static NS_DEFINE_CID(kDOMEventGroupCID, NS_DOMEVENTGROUP_CID);
#include "nsSVGUtils.h"
#endif // MOZ_SMIL
#include "nsRefreshDriver.h"
// FOR CSP (autogenerated by xpidl)
#include "nsIContentSecurityPolicy.h"
#include "nsCSPService.h"

View File

@ -222,6 +222,8 @@
#include "mozilla/dom/indexedDB/IDBFactory.h"
#include "nsRefreshDriver.h"
#ifdef PR_LOGGING
static PRLogModuleInfo* gDOMLeakPRLog;
#endif

View File

@ -152,6 +152,8 @@
#include "nsSVGOuterSVGFrame.h"
#endif
#include "nsRefreshDriver.h"
using namespace mozilla;
using namespace mozilla::dom;

View File

@ -162,6 +162,8 @@
#include "nsSMILAnimationController.h"
#endif
#include "nsRefreshDriver.h"
// Drag & Drop, Clipboard
#include "nsWidgetsCID.h"
#include "nsIClipboard.h"