removed references to nsObject

git-svn-id: svn://10.0.0.236/trunk@28049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-04-19 19:04:12 +00:00
parent 7029d76ae1
commit 7e8b050fb8
4 changed files with 1 additions and 6 deletions

View File

@@ -19,7 +19,6 @@
#ifndef nsAppShell_h__
#define nsAppShell_h__
#include "nsObject.h"
#include "nsIAppShell.h"
/**

View File

@@ -19,7 +19,6 @@
#ifndef nsFileWidget_h__
#define nsFileWidget_h__
#include "nsObject.h"
#include "nsToolkit.h"
#include "nsIWidget.h"
#include "nsIFileWidget.h"

View File

@@ -18,7 +18,6 @@
#ifndef __nsLookAndFeel
#define __nsLookAndFeel
#include "nsObject.h"
#include "nsILookAndFeel.h"
class nsLookAndFeel: public nsILookAndFeel {

View File

@@ -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
{