Small corrections to last commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30449 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-05-24 19:30:49 +00:00
parent 99e273a57d
commit d9172838aa
4 changed files with 18 additions and 20 deletions

View file

@ -29,6 +29,7 @@
#import <Foundation/NSAutoreleasePool.h>
#import <Foundation/NSBundle.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSProcessInfo.h>
#import "AppKit/NSApplication.h"

View file

@ -30,6 +30,14 @@
*/
#import "config.h"
#import <Foundation/NSData.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>
#import <Foundation/NSString.h>
#import <Foundation/NSValue.h>
#import "AppKit/NSGraphics.h"
#import "NSBitmapImageRep+GIF.h"
#import "GSGuiPrivate.h"
#if HAVE_LIBUNGIF || HAVE_LIBGIF
@ -42,15 +50,6 @@ objective-c headers.
#include <gif_lib.h>
#undef Object
#import <Foundation/NSData.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>
#import <Foundation/NSString.h>
#import <Foundation/NSValue.h>
#import "AppKit/NSGraphics.h"
#import "NSBitmapImageRep+GIF.h"
#import "GSGuiPrivate.h"
/* -----------------------------------------------------------
The following types and functions are for interacting with
the gif library.

View file

@ -27,9 +27,6 @@
*/
#import "config.h"
#if HAVE_LIBJPEG
#import <Foundation/NSData.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>
@ -39,6 +36,8 @@
#import "NSBitmapImageRep+JPEG.h"
#import "GSGuiPrivate.h"
#if HAVE_LIBJPEG
#include <jerror.h>
#if defined(__MINGW32__)
/* Hack so that INT32 is not redefined in jmorecfg.h. MingW defines this

View file

@ -28,6 +28,13 @@
*/
#import "config.h"
#import <Foundation/NSData.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>
#import <Foundation/NSString.h>
#import <Foundation/NSValue.h>
#import "AppKit/NSGraphics.h"
#import "NSBitmapImageRep+PNG.h"
#if HAVE_LIBPNG
@ -37,14 +44,6 @@
#include <png.h>
#endif
#import <Foundation/NSData.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>
#import <Foundation/NSString.h>
#import <Foundation/NSValue.h>
#import "AppKit/NSGraphics.h"
#import "NSBitmapImageRep+PNG.h"
#if defined(PNG_FLOATING_POINT_SUPPORT)
# define PNG_FLOATING_POINT 1
#else