mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Move the Testing.h include out of the #ifdef so the unsupported() call works.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32343 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8ee8fdfbd4
commit
c56494c61d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import "Testing.h"
|
||||
#if defined(GNUSTEP_BASE_LIBRARY) && (GS_USE_LIBXML == 1)
|
||||
#import <GNUstepBase/GSXML.h>
|
||||
#import "Testing.h"
|
||||
#import "ObjectTesting.h"
|
||||
int main()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue