removed references to nsObject
git-svn-id: svn://10.0.0.236/trunk@28049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user