mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 08:40:44 +00:00
Fixed #includes in NSBlocks.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a37e4936f
commit
16c3a7e11d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#import "objc/objc-api.h"
|
||||
#import "objc/blocks_runtime.h"
|
||||
#import <objc/objc-api.h>
|
||||
#import "blocks_runtime.h"
|
||||
#include <assert.h>
|
||||
|
||||
struct objc_class _NSConcreteGlobalBlock;
|
||||
|
|
Loading…
Reference in a new issue