mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
Use #include not #import to shut up compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12848 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ef53921233
commit
cd5c4791ab
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
#error "The OpenStep specification does not define an NSTextContainer class."
|
||||
#endif
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <AppKit/NSTextView.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/NSTextView.h>
|
||||
|
||||
typedef enum {
|
||||
NSLineSweepLeft,
|
||||
|
|
Loading…
Reference in a new issue