mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 18:30:47 +00:00
include -> import
This commit is contained in:
parent
5b8db43dd2
commit
f5026dfa97
5 changed files with 13 additions and 13 deletions
|
@ -25,7 +25,7 @@
|
|||
#ifndef _NSPDFImageRep_h_GNUSTEP_GUI_INCLUDE
|
||||
#define _NSPDFImageRep_h_GNUSTEP_GUI_INCLUDE
|
||||
|
||||
#include <AppKit/NSImageRep.h>
|
||||
#import <AppKit/NSImageRep.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
|
||||
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
#ifndef _NSPDFInfo_h_GNUSTEP_GUI_INCLUDE
|
||||
#define _NSPDFInfo_h_GNUSTEP_GUI_INCLUDE
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <AppKit/NSPrintInfo.h>
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
#import <AppKit/NSPrintInfo.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST)
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef _NSPDFPanel_h_GNUSTEP_GUI_INCLUDE
|
||||
#define _NSPDFPanel_h_GNUSTEP_GUI_INCLUDE
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST)
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#ifndef _NSPICTImageRep_h_GNUSTEP_GUI_INCLUDE
|
||||
#define _NSPICTImageRep_h_GNUSTEP_GUI_INCLUDE
|
||||
|
||||
#include <AppKit/NSImageRep.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#import <AppKit/NSImageRep.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
|
||||
|
||||
|
|
|
@ -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