mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1336223 followup: Use forward-decl rather than #include to provide mozilla::StyleSheet, in PreloadedStyleSheet.h. (no review)
MozReview-Commit-ID: B7CzULCByvr
This commit is contained in:
parent
51e9294d5f
commit
d8d1de0c33
@ -12,7 +12,6 @@
|
||||
#include "mozilla/css/SheetParsingMode.h"
|
||||
#include "mozilla/Result.h"
|
||||
#include "mozilla/StyleBackendType.h"
|
||||
#include "mozilla/StyleSheet.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
#include "nsIPreloadedStyleSheet.h"
|
||||
@ -20,6 +19,7 @@
|
||||
class nsIURI;
|
||||
|
||||
namespace mozilla {
|
||||
class StyleSheet;
|
||||
|
||||
class PreloadedStyleSheet : public nsIPreloadedStyleSheet
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user