mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
include -> import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@40169 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7befdbcf6b
commit
84db7e1e78
1 changed files with 9 additions and 9 deletions
|
@ -23,18 +23,18 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <AppKit/NSBitmapImageRep.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import <AppKit/NSBitmapImageRep.h>
|
||||
#import <AppKit/NSGraphics.h>
|
||||
|
||||
#include "ARTGState.h"
|
||||
#include "blit.h"
|
||||
#include "ftfont.h"
|
||||
#import "ARTGState.h"
|
||||
#import "blit.h"
|
||||
#import "ftfont.h"
|
||||
|
||||
#ifndef RDS
|
||||
#include "x11/XWindowBuffer.h"
|
||||
#import "x11/XWindowBuffer.h"
|
||||
#endif
|
||||
|
||||
@implementation ARTContext
|
||||
|
|
Loading…
Reference in a new issue