mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
include -> import
This commit is contained in:
parent
5b8db43dd2
commit
f5026dfa97
5 changed files with 13 additions and 13 deletions
|
@ -21,13 +21,13 @@
|
|||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#include <AppKit/NSPICTImageRep.h>
|
||||
#include <AppKit/NSPasteboard.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <GNUstepGUI/GSImageMagickImageRep.h>
|
||||
#import <AppKit/NSPICTImageRep.h>
|
||||
#import <AppKit/NSPasteboard.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <GNUstepGUI/GSImageMagickImageRep.h>
|
||||
|
||||
@interface NSBitmapImageRep (PrivateMethods)
|
||||
- (void) _premultiply;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue