mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:37:39 +00:00
Replace #include -> #import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3b0c5dfe24
commit
2d01942e4b
99 changed files with 849 additions and 769 deletions
|
@ -26,11 +26,11 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#include "AppKit/NSEPSImageRep.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
#import "AppKit/NSEPSImageRep.h"
|
||||
|
||||
@implementation NSEPSImageRep
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue