зеркало из https://github.com/mozilla/gecko-dev.git
Bug 625042 - nsIWeakReferenceUtils.h should include nsIWeakReference.h. r=bsmedberg a=jst
This commit is contained in:
Родитель
ec43cf056f
Коммит
217cc05846
|
@ -43,7 +43,6 @@
|
|||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsTArray.h"
|
||||
#include "nsIWeakReference.h"
|
||||
#include "nsIWeakReferenceUtils.h"
|
||||
|
||||
class nsIDocShellTreeItem;
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#include "nsIControllerContext.h"
|
||||
#include "nsIControllerCommandTable.h"
|
||||
#include "nsIInterfaceRequestor.h"
|
||||
#include "nsIWeakReference.h"
|
||||
#include "nsIWeakReferenceUtils.h"
|
||||
|
||||
// The base editor controller is used for both text widgets,
|
||||
|
|
|
@ -117,7 +117,6 @@
|
|||
#include "nsIUnicharLineInputStream.h"
|
||||
#include "nsIVariant.h"
|
||||
#include "nsIVersionComparator.h"
|
||||
#include "nsIWeakReference.h"
|
||||
#include "nsIWritablePropertyBag2.h"
|
||||
|
||||
// interfaces that include something above
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
#include "nsCOMPtr.h"
|
||||
#endif
|
||||
|
||||
#include "nsIWeakReference.h"
|
||||
|
||||
typedef nsCOMPtr<nsIWeakReference> nsWeakPtr;
|
||||
|
||||
/**
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
|
||||
// nsWeakReference.h
|
||||
|
||||
#include "nsIWeakReference.h"
|
||||
#include "nsIWeakReferenceUtils.h"
|
||||
|
||||
class nsWeakReference;
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#include "nsIFile.h"
|
||||
#include "nsIThread.h"
|
||||
#include "nsIObserver.h"
|
||||
#include "nsIWeakReference.h"
|
||||
#include "nsIWeakReferenceUtils.h"
|
||||
#include "nsIObserver.h"
|
||||
#include "nsString.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче