Fix up teh includes to compile again after latest changes to base. Still

plenty of warnings and the result isn't working at least on 64 bit
machines :-(


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29685 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-02-20 10:40:44 +00:00
parent 692f101ea3
commit c05581a005
25 changed files with 44 additions and 21 deletions

View file

@ -31,6 +31,7 @@
#define _GNUstep_H_GSGuiPrivate
#include <Foundation/NSBundle.h>
#include "GNUstepBase/preface.h"
/*
* Return the gnustep-gui bundle used to load gnustep-gui resources.

View file

@ -59,6 +59,7 @@
#include "AppKit/NSDocumentController.h"
#include "GNUstepGUI/GSServicesManager.h"
#include "GSGuiPrivate.h"
static GSServicesManager *manager = nil;

View file

@ -28,6 +28,7 @@
#import <Foundation/NSDate.h>
#import <Foundation/NSDebug.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>
#import <Foundation/NSLock.h>
#import <Foundation/NSNotification.h>

View file

@ -32,6 +32,7 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSAutoreleasePool.h>

View file

@ -28,13 +28,13 @@
Boston, MA 02110-1301, USA.
*/
#include "AppKit/NSBezierPath.h"
#include "AppKit/NSAffineTransform.h"
#include "AppKit/NSBezierPath.h"
#include "AppKit/NSFont.h"
#include "AppKit/NSImage.h"
#include "AppKit/PSOperators.h"
#include "GNUstepGUI/GSFontInfo.h"
#include "GSGuiPrivate.h"
#include <math.h>

View file

@ -31,6 +31,7 @@
#include "config.h"
#include "NSBitmapImageRep+GIF.h"
#include "GSGuiPrivate.h"
#if HAVE_LIBUNGIF || HAVE_LIBGIF

View file

@ -37,6 +37,7 @@
#include <Foundation/NSException.h>
#include <Foundation/NSValue.h>
#include "AppKit/NSGraphics.h"
#include "GSGuiPrivate.h"
#define ICNS_HEADER "icns"

View file

@ -36,6 +36,7 @@
#include <Foundation/NSException.h>
#include <Foundation/NSValue.h>
#include "AppKit/NSGraphics.h"
#include "GSGuiPrivate.h"
#include <jerror.h>
#if defined(__MINGW32__)

View file

@ -39,6 +39,7 @@
#include "AppKit/NSGraphics.h"
#include "AppKit/NSEvent.h"
#include "AppKit/NSWindow.h"
#include "GSGuiPrivate.h"
/*
* Class variables

View file

@ -54,6 +54,7 @@
#include "AppKit/NSWindow.h"
#include "GNUstepGUI/GSTheme.h"
#include "GNUstepGUI/GSNibLoading.h"
#include "GSGuiPrivate.h"
#include <math.h>

View file

@ -63,6 +63,7 @@
#import "AppKit/NSView.h"
#import "AppKit/NSWindow.h"
#include "GNUstepGUI/GSTheme.h"
#include "GSGuiPrivate.h"
static Class colorClass;
static Class cellClass;

View file

@ -40,6 +40,7 @@
#include "AppKit/PSOperators.h"
#include <GNUstepGUI/GSNibLoading.h>
#include "GSGuiPrivate.h"
#include <math.h>

View file

@ -53,6 +53,7 @@
#include "AppKit/NSTableView.h"
#include "AppKit/NSTextView.h"
#include "GNUstepGUI/GSTheme.h"
#include "GSGuiPrivate.h"
static NSNotificationCenter *nc;
static const BOOL ForceBrowser = NO;

View file

@ -33,6 +33,7 @@
#include "AppKit/NSImageCell.h"
#include "AppKit/NSImage.h"
#include "GNUstepGUI/GSTheme.h"
#include "GSGuiPrivate.h"
@implementation NSImageCell

View file

@ -46,6 +46,7 @@
#include "AppKit/NSMenuView.h"
#include "AppKit/NSParagraphStyle.h"
#include "GNUstepGUI/GSTheme.h"
#include "GSGuiPrivate.h"
@implementation NSMenuItemCell

View file

@ -50,6 +50,7 @@
#include "AppKit/NSImage.h"
#include "AppKit/NSSplitView.h"
#include "AppKit/NSWindow.h"
#include "GSGuiPrivate.h"
static NSNotificationCenter *nc = nil;

View file

@ -43,6 +43,7 @@
#include "AppKit/NSColor.h"
#include "AppKit/NSScrollView.h"
#include "AppKit/NSGraphics.h"
#include "GSGuiPrivate.h"
/*
* Number of pixels in either direction that will be counted as a hit

View file

@ -33,6 +33,7 @@
#import "AppKit/NSColor.h"
#import "AppKit/NSGraphics.h"
#import "AppKit/NSTextTable.h"
#include "GSGuiPrivate.h"
@implementation NSTextBlock

View file

@ -35,6 +35,7 @@
#include "AppKit/NSTextStorage.h"
#include "AppKit/NSTextView.h"
#include "GNUstepGUI/GSLayoutManager.h"
#include "GSGuiPrivate.h"
@interface NSTextContainer (TextViewObserver)
- (void) _textViewFrameChanged: (NSNotification*)aNotification;

View file

@ -83,6 +83,7 @@
#import "AppKit/NSTextStorage.h"
#import "AppKit/NSTextView.h"
#import "AppKit/NSWindow.h"
#include "GSGuiPrivate.h"
/*

View file

@ -77,6 +77,7 @@
#include "GNUstepGUI/GSNibLoading.h"
#include "GSToolTips.h"
#include "GSBindingHelpers.h"
#include "GSGuiPrivate.h"
/*
* We need a fast array that can store objects without retain/release ...

View file

@ -72,6 +72,7 @@
#include "AppKit/NSScreen.h"
#include "GNUstepGUI/GSServicesManager.h"
#include "GNUstepGUI/GSDisplayServer.h"
#include "GSGuiPrivate.h"
/* Informal protocol for method to ask an app to open a URL.
*/

View file

@ -64,6 +64,7 @@
#include <Foundation/NSString.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSEnumerator.h>
#include "GSGuiPrivate.h"
#include <math.h>
#include <stdlib.h>

View file

@ -26,19 +26,20 @@
Boston, MA 02110-1301, USA.
*/
#include <Foundation/NSArray.h>
#include <Foundation/NSBundle.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSFileManager.h>
#include <Foundation/NSString.h>
#include <Foundation/NSProcessInfo.h>
#include <Foundation/NSData.h>
#include <Foundation/NSDebug.h>
#include <Foundation/NSDistributedLock.h>
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSPathUtilities.h>
#include <Foundation/NSSerialization.h>
#include <stdlib.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSBundle.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSSet.h>
#import <Foundation/NSFileManager.h>
#import <Foundation/NSString.h>
#import <Foundation/NSProcessInfo.h>
#import <Foundation/NSData.h>
#import <Foundation/NSDebug.h>
#import <Foundation/NSDistributedLock.h>
#import <Foundation/NSAutoreleasePool.h>
#import <Foundation/NSPathUtilities.h>
#import <Foundation/NSSerialization.h>
static void scanApplications(NSMutableDictionary *services, NSString *path);
static void scanServices(NSMutableDictionary *services, NSString *path);

View file

@ -28,12 +28,12 @@
*/
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSProcessInfo.h>
#include <Foundation/NSString.h>
#include <AppKit/NSApplication.h>
#include <stdlib.h>
#import <Foundation/NSAutoreleasePool.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSProcessInfo.h>
#import <Foundation/NSString.h>
#import "AppKit/NSApplication.h"
int
main(int argc, char** argv, char **env)