mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:30:47 +00:00
Started cleanup of #includes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29833 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
43a948acf5
commit
3a1e3b1b35
9 changed files with 205 additions and 175 deletions
|
@ -34,28 +34,36 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSError.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include "AppKit/NSAlert.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSBox.h"
|
||||
#include "AppKit/NSButton.h"
|
||||
#include "AppKit/NSFont.h"
|
||||
#include "AppKit/NSHelpManager.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSMatrix.h"
|
||||
#include "AppKit/NSPanel.h"
|
||||
#include "AppKit/NSScreen.h"
|
||||
#include "AppKit/NSScrollView.h"
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSError.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import "AppKit/NSAlert.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSAttributedString.h"
|
||||
#import "AppKit/NSBox.h"
|
||||
#import "AppKit/NSBrowser.h"
|
||||
#import "AppKit/NSBrowserCell.h"
|
||||
#import "AppKit/NSButton.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSHelpManager.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSMatrix.h"
|
||||
#import "AppKit/NSPanel.h"
|
||||
#import "AppKit/NSScreen.h"
|
||||
#import "AppKit/NSScroller.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSTextField.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
|
||||
#include "GNUstepGUI/IMLoading.h"
|
||||
#include "GNUstepGUI/GMAppKit.h"
|
||||
#include "GNUstepGUI/GMArchiver.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "GNUstepGUI/GMAppKit.h"
|
||||
#import "GNUstepGUI/GMArchiver.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
extern NSThread *GSAppKitThread;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue