mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Prepend missing `o-' in #include.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1550 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ac67f4f20b
commit
0680b8255e
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <Foundation/NSZone.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <gnustep/base/numbers.h>
|
||||
#include <gnustep/base/@XX@.h>
|
||||
#include <gnustep/base/o-@XX@.h>
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
|
@ -25,7 +25,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