mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
added missing imports
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30042 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7bd9b945db
commit
f73d794e71
2 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
2010-03-25 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
* Source/gsc/GSGState.m: import NSValue, include -> import
|
||||
* Source/xlib/XGGState.m: added missing imports
|
||||
|
||||
2010-03-24 Doug Simons <doug.simons@testplant.com>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XGGState - Implements graphic state drawing for Xlib
|
||||
|
||||
Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2010 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Adam Fedor <fedor@gnu.org>
|
||||
Date: Nov 1998
|
||||
|
@ -25,10 +25,14 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <AppKit/NSBezierPath.h>
|
||||
#include <AppKit/NSFont.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
#import <Foundation/NSObjCRuntime.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <AppKit/NSBezierPath.h>
|
||||
#import <AppKit/NSFont.h>
|
||||
#import <AppKit/NSGraphics.h>
|
||||
|
||||
#include "xlib/XGGeometry.h"
|
||||
#include "xlib/XGContext.h"
|
||||
|
|
Loading…
Reference in a new issue