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:
Andrew McCallum 1996-05-07 23:02:14 +00:00
parent 5aaf19d4dc
commit a0dc4d2812
5 changed files with 9 additions and 9 deletions

View file

@ -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 **/

View file

@ -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... **/

View file

@ -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 **/

View file

@ -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... **/

View file

@ -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 **********************************/