Don't include <objc/Object.h>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1046 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-03 01:37:39 +00:00
parent e137fb1552
commit 5459c5ec71
2 changed files with 4 additions and 6 deletions

View file

@ -1,8 +1,8 @@
/* Interface for Objective-C Magnitude object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
Created: May 1993
This file is part of the GNU Objective C Class Library.
@ -25,7 +25,6 @@
#define __Magnitude_h_INCLUDE_GNU
#include <objects/stdobjects.h>
#include <objc/Object.h>
#include <objects/Ordering.h>
@interface Magnitude : NSObject <Ordering>

View file

@ -1,8 +1,8 @@
/* Interface for Objective-C Magnitude object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
Created: May 1993
This file is part of the GNU Objective C Class Library.
@ -25,7 +25,6 @@
#define __Magnitude_h_INCLUDE_GNU
#include <objects/stdobjects.h>
#include <objc/Object.h>
#include <objects/Ordering.h>
@interface Magnitude : NSObject <Ordering>