mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add o- prefix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1495 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1daf82a5fe
commit
42b38028bd
12 changed files with 16 additions and 16 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <gnustep/base/hash.h>
|
||||
#include <gnustep/base/o-hash.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <gnustep/base/map.h>
|
||||
#include <gnustep/base/o-map.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <gnustep/base/callbacks.h>
|
||||
#include <gnustep/base/hash.h>
|
||||
#include <gnustep/base/o-hash.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <gnustep/base/callbacks.h>
|
||||
#include <gnustep/base/hash.h>
|
||||
#include <gnustep/base/array.h>
|
||||
#include <gnustep/base/o-hash.h>
|
||||
#include <gnustep/base/o-array.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <gnustep/base/callbacks.h>
|
||||
#include <gnustep/base/hash.h>
|
||||
#include <gnustep/base/o-hash.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSHashTable.h>
|
||||
#include <gnustep/base/hash.h>
|
||||
#include <gnustep/base/o-hash.h>
|
||||
#include "NSCallBacks.h"
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <gnustep/base/map.h>
|
||||
#include <gnustep/base/o-map.h>
|
||||
#include "NSCallBacks.h"
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <sys/time.h>
|
||||
#endif /* !WIN32 */
|
||||
|
||||
#include <objc/hash.h>
|
||||
#include <objc/o-hash.h>
|
||||
#include <gnustep/base/Lock.h>
|
||||
#include <objc/List.h>
|
||||
#include <gnustep/base/Connection.h>
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <gnustep/base/callbacks.h>
|
||||
#include <gnustep/base/array.h>
|
||||
#include <gnustep/base/hash.h>
|
||||
#include <gnustep/base/o-array.h>
|
||||
#include <gnustep/base/o-hash.h>
|
||||
|
||||
/**** Function Implementations ***********************************************/
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <Foundation/NSZone.h>
|
||||
#include <gnustep/base/callbacks.h>
|
||||
#include <gnustep/base/numbers.h>
|
||||
#include <gnustep/base/hash.h>
|
||||
#include <gnustep/base/o-hash.h>
|
||||
|
||||
/**** Function Implementations ***********************************************/
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <gnustep/base/callbacks.h>
|
||||
#include <gnustep/base/list.h>
|
||||
#include <gnustep/base/hash.h>
|
||||
#include <gnustep/base/o-list.h>
|
||||
#include <gnustep/base/o-hash.h>
|
||||
|
||||
/**** Function Implementations ***********************************************/
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <gnustep/base/callbacks.h>
|
||||
#include <gnustep/base/hash.h>
|
||||
#include <gnustep/base/map.h>
|
||||
#include <gnustep/base/o-hash.h>
|
||||
#include <gnustep/base/o-map.h>
|
||||
|
||||
/**** Function Implementations ***********************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue