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:
Fred Kiefer 2011-03-04 11:33:22 +00:00
parent 3b0c5dfe24
commit 2d01942e4b
99 changed files with 849 additions and 769 deletions

View file

@ -23,10 +23,10 @@
* USA.
*/
#include <AppKit/NSControl.h>
#include <AppKit/NSSegmentedControl.h>
#include <AppKit/NSSegmentedCell.h>
#include <AppKit/NSEvent.h>
#import "AppKit/NSControl.h"
#import "AppKit/NSEvent.h"
#import "AppKit/NSSegmentedControl.h"
#import "AppKit/NSSegmentedCell.h"
static Class segmentedControlCellClass;