mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Prepend `o-' in #include.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1512 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5aaf19d4dc
commit
a0dc4d2812
5 changed files with 9 additions and 9 deletions
|
@ -82,8 +82,8 @@ struct _o_array_enumerator
|
|||
|
||||
/** Basics **/
|
||||
|
||||
#include <gnustep/base/array-bas.h>
|
||||
#include <gnustep/base/array-cbs.h>
|
||||
#include <gnustep/base/o-array-bas.h>
|
||||
#include <gnustep/base/o-array-cbs.h>
|
||||
|
||||
/** Creating **/
|
||||
|
||||
|
|
|
@ -115,8 +115,8 @@ struct _o_hash_enumerator
|
|||
/* All the structures (hashes, maps, lists, and arrays) have
|
||||
* the same basic ideas behind them. */
|
||||
|
||||
#include <gnustep/base/hash-bas.h>
|
||||
#include <gnustep/base/hash-cbs.h>
|
||||
#include <gnustep/base/o-hash-bas.h>
|
||||
#include <gnustep/base/o-hash-cbs.h>
|
||||
|
||||
/** Callbacks... **/
|
||||
|
||||
|
|
|
@ -82,8 +82,8 @@ struct _o_list_enumerator
|
|||
|
||||
/** Basics **/
|
||||
|
||||
#include <gnustep/base/list-bas.h>
|
||||
#include <gnustep/base/list-cbs.h>
|
||||
#include <gnustep/base/o-list-bas.h>
|
||||
#include <gnustep/base/o-list-cbs.h>
|
||||
|
||||
/** Creating **/
|
||||
|
||||
|
|
|
@ -118,8 +118,8 @@ struct _o_map_enumerator
|
|||
/* All the structures (hashes, maps, lists, and arrays) have
|
||||
* the same basic ideas behind them. */
|
||||
|
||||
#include <gnustep/base/map-bas.h>
|
||||
#include <gnustep/base/map-cbs.h>
|
||||
#include <gnustep/base/o-map-bas.h>
|
||||
#include <gnustep/base/o-map-cbs.h>
|
||||
|
||||
/** Callbacks... **/
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
/**** Included Headers *******************************************************/
|
||||
|
||||
#include <gnustep/base/callbacks.h>
|
||||
#include <gnustep/base/@YY@.h>
|
||||
#include <gnustep/base/o-@YY@.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue