mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:10:38 +00:00
Replace #include -> #import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
895bea4b23
commit
3cdc68a09b
99 changed files with 849 additions and 769 deletions
|
@ -24,18 +24,18 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSException.h>
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSInputManager.h"
|
||||
#include "AppKit/NSInputServer.h"
|
||||
#include "AppKit/NSText.h"
|
||||
#include "AppKit/NSHelpManager.h"
|
||||
#import <Foundation/NSException.h>
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSInputManager.h"
|
||||
#import "AppKit/NSInputServer.h"
|
||||
#import "AppKit/NSText.h"
|
||||
#import "AppKit/NSHelpManager.h"
|
||||
|
||||
/* For NSBeep () */
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
|
||||
#include "GSKeyBindingAction.h"
|
||||
#include "GSKeyBindingTable.h"
|
||||
#import "GSKeyBindingAction.h"
|
||||
#import "GSKeyBindingTable.h"
|
||||
|
||||
/* A table mapping character names to characters, used to interpret
|
||||
the character names found in KeyBindings dictionaries. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue