mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 08:40:44 +00:00
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:
parent
e137fb1552
commit
5459c5ec71
2 changed files with 4 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue