mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 845374 - Part q: Stop including nsThreadUtils.h in nsContentUtils.h; r=khuey
This commit is contained in:
parent
964da67a5c
commit
960b59de37
@ -30,7 +30,6 @@
|
||||
#include "nsMathUtils.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsTArray.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "nsWrapperCache.h"
|
||||
|
||||
class imgICache;
|
||||
|
@ -154,6 +154,7 @@
|
||||
#include "nsSVGFeatures.h"
|
||||
#include "nsTextEditorState.h"
|
||||
#include "nsTextFragment.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "nsUnicharUtilCIID.h"
|
||||
#include "nsUnicodeProperties.h"
|
||||
#include "nsViewManager.h"
|
||||
|
@ -4,8 +4,9 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsMixedContentBlocker.h"
|
||||
#include "nsContentPolicyUtils.h"
|
||||
|
||||
#include "nsContentPolicyUtils.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "nsINode.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIDocShell.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user