include -> import

This commit is contained in:
Gregory John Casamento 2019-12-04 08:40:35 -05:00
parent 5b8db43dd2
commit f5026dfa97
5 changed files with 13 additions and 13 deletions

View file

@ -25,7 +25,7 @@
#ifndef _NSPDFImageRep_h_GNUSTEP_GUI_INCLUDE #ifndef _NSPDFImageRep_h_GNUSTEP_GUI_INCLUDE
#define _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) #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)

View file

@ -25,9 +25,9 @@
#ifndef _NSPDFInfo_h_GNUSTEP_GUI_INCLUDE #ifndef _NSPDFInfo_h_GNUSTEP_GUI_INCLUDE
#define _NSPDFInfo_h_GNUSTEP_GUI_INCLUDE #define _NSPDFInfo_h_GNUSTEP_GUI_INCLUDE
#include <Foundation/NSObject.h> #import <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h> #import <Foundation/NSGeometry.h>
#include <AppKit/NSPrintInfo.h> #import <AppKit/NSPrintInfo.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST)

View file

@ -25,7 +25,7 @@
#ifndef _NSPDFPanel_h_GNUSTEP_GUI_INCLUDE #ifndef _NSPDFPanel_h_GNUSTEP_GUI_INCLUDE
#define _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) #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST)

View file

@ -25,8 +25,8 @@
#ifndef _NSPICTImageRep_h_GNUSTEP_GUI_INCLUDE #ifndef _NSPICTImageRep_h_GNUSTEP_GUI_INCLUDE
#define _NSPICTImageRep_h_GNUSTEP_GUI_INCLUDE #define _NSPICTImageRep_h_GNUSTEP_GUI_INCLUDE
#include <AppKit/NSImageRep.h> #import <AppKit/NSImageRep.h>
#include <Foundation/NSGeometry.h> #import <Foundation/NSGeometry.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)

View file

@ -21,13 +21,13 @@
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA. Boston, MA 02111 USA.
*/ */
#include "config.h" #import "config.h"
#include <AppKit/NSPICTImageRep.h> #import <AppKit/NSPICTImageRep.h>
#include <AppKit/NSPasteboard.h> #import <AppKit/NSPasteboard.h>
#include <Foundation/NSData.h> #import <Foundation/NSData.h>
#include <Foundation/NSArray.h> #import <Foundation/NSArray.h>
#include <GNUstepGUI/GSImageMagickImageRep.h> #import <GNUstepGUI/GSImageMagickImageRep.h>
@interface NSBitmapImageRep (PrivateMethods) @interface NSBitmapImageRep (PrivateMethods)
- (void) _premultiply; - (void) _premultiply;