mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
removed references to nsObject
This commit is contained in:
parent
fd77caca1f
commit
e879da67a8
@ -19,7 +19,6 @@
|
||||
#ifndef nsAppShell_h__
|
||||
#define nsAppShell_h__
|
||||
|
||||
#include "nsObject.h"
|
||||
#include "nsIAppShell.h"
|
||||
|
||||
/**
|
||||
|
@ -19,7 +19,6 @@
|
||||
#ifndef nsFileWidget_h__
|
||||
#define nsFileWidget_h__
|
||||
|
||||
#include "nsObject.h"
|
||||
#include "nsToolkit.h"
|
||||
#include "nsIWidget.h"
|
||||
#include "nsIFileWidget.h"
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#ifndef __nsLookAndFeel
|
||||
#define __nsLookAndFeel
|
||||
#include "nsObject.h"
|
||||
#include "nsILookAndFeel.h"
|
||||
|
||||
class nsLookAndFeel: public nsILookAndFeel {
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include "nsBaseWidget.h"
|
||||
#include "nsdefs.h"
|
||||
#include "nsObject.h"
|
||||
#include "nsSwitchToUIThread.h"
|
||||
#include "nsToolkit.h"
|
||||
|
||||
@ -47,8 +46,7 @@ class nsNativeDragTarget;
|
||||
* Native WIN32 window wrapper.
|
||||
*/
|
||||
|
||||
class nsWindow : public nsObject,
|
||||
public nsSwitchToUIThread,
|
||||
class nsWindow : public nsSwitchToUIThread,
|
||||
public nsBaseWidget
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user