removed references to nsObject

This commit is contained in:
rods%netscape.com 1999-04-19 19:04:12 +00:00
parent fd77caca1f
commit e879da67a8
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
{