mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Change all include objects/*.h to include gnustep/base/*.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1436 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c9c554683
commit
afb83bf2f0
4 changed files with 9 additions and 9 deletions
|
@ -26,8 +26,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <objects/collhash.h>
|
||||
#include <objects/objc-malloc.h>
|
||||
#include <gnustep/base/collhash.h>
|
||||
#include <gnustep/base/objc-malloc.h>
|
||||
#include <objc/objc.h>
|
||||
|
||||
/* These two macros determine when a hash table is full and
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
/**** Included Headers *******************************************************/
|
||||
|
||||
#include <objects/numbers.h>
|
||||
#include <gnustep/base/numbers.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <objects/numbers.h>
|
||||
#include <objects/@XX@.h>
|
||||
#include <gnustep/base/numbers.h>
|
||||
#include <gnustep/base/@XX@.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
@ -84,7 +84,7 @@ objects_@XX@_unset_name(objects_@XX@_t *xx)
|
|||
/** Number **/
|
||||
|
||||
/* Returns the (process-wide) unique serial number given to the
|
||||
* structure XX. See <objects/numbers.h> for more info. */
|
||||
* structure XX. See <gnustep/base/numbers.h> for more info. */
|
||||
inline size_t
|
||||
objects_@XX@_serial_number(objects_@XX@_t *xx)
|
||||
{
|
||||
|
@ -92,7 +92,7 @@ objects_@XX@_serial_number(objects_@XX@_t *xx)
|
|||
}
|
||||
|
||||
/* Gives XX a new (process-wide) unique number. Numbers are not
|
||||
* reused. See <objects/numbers.h> for more info. */
|
||||
* reused. See <gnustep/base/numbers.h> for more info. */
|
||||
inline size_t
|
||||
_objects_@XX@_set_serial_number(objects_@XX@_t *xx)
|
||||
{
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
/**** Included Headers *******************************************************/
|
||||
|
||||
#include <objects/callbacks.h>
|
||||
#include <objects/@YY@.h>
|
||||
#include <gnustep/base/callbacks.h>
|
||||
#include <gnustep/base/@YY@.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue